From adb028b83c277efb2a22cbe36c976bf66b3c2368 Mon Sep 17 00:00:00 2001 From: Antreas Antoniou Date: Thu, 1 Feb 2018 14:21:13 +0000 Subject: [PATCH] Update gpu_cluster_tutorial_training_script.sh --- gpu_cluster_tutorial_training_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu_cluster_tutorial_training_script.sh b/gpu_cluster_tutorial_training_script.sh index 5ee826c..0eb872e 100644 --- a/gpu_cluster_tutorial_training_script.sh +++ b/gpu_cluster_tutorial_training_script.sh @@ -30,4 +30,4 @@ export TMP=/disk/scratch/${STUDENT_ID}/ source /home/${STUDENT_ID}/miniconda3/bin/activate mlp -python network_trainer.py --batch_size 128 --epochs 200 --experiment_prefix vgg-net-emnist-sample-exp --dropout_rate 0.4 --batch_norm_use True --strided_dim_reduction True --seed 25012018 +python emnist_network_trainer.py --batch_size 128 --epochs 200 --experiment_prefix vgg-net-emnist-sample-exp --dropout_rate 0.4 --batch_norm_use True --strided_dim_reduction True --seed 25012018