Update gpu_cluster_tutorial_training_script.sh
This commit is contained in:
parent
8586a31949
commit
adb028b83c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user