File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 22set -ex
33
44dir_path=$( dirname " ${BASH_SOURCE[0]} " )
5- args=" --trainer.max_epochs=1 " \
6- " --data.batch_size=32 " \
7- " --trainer.limit_train_batches=2 " \
8- " --trainer.limit_val_batches=2 " \
9- " --trainer.limit_test_batches=2 " \
10- " --trainer.limit_predict_batches=2"
5+ args="
6+ --data.batch_size=32
7+ --trainer.max_epochs=1
8+ --trainer.limit_train_batches=2
9+ --trainer.limit_val_batches=2
10+ --trainer.limit_test_batches=2
11+ --trainer.limit_predict_batches=2
12+ "
1113
1214python " ${dir_path} /basic_examples/simple_image_classifier.py" ${args} " $@ "
13- python " ${dir_path} /basic_examples/backbone_image_classifier.py" ${args} " $@ "
14- python " ${dir_path} /basic_examples/autoencoder.py" ${args} " $@ "
15+ # python "${dir_path}/basic_examples/backbone_image_classifier.py" ${args} "$@"
16+ # python "${dir_path}/basic_examples/autoencoder.py" ${args} "$@"
You can’t perform that action at this time.
0 commit comments