mlpractical/run_vgg_38_bn_rc.sh
Anton Lydike c29681b4ba changes
2024-11-19 17:04:58 +00:00

2 lines
293 B
Bash

python pytorch_mlp_framework/train_evaluate_image_classification_system.py --batch_size 100 --seed 0 --num_filters 32 --num_stages 3 --num_blocks_per_stage 5 --experiment_name VGG38_BN_RC --use_gpu True --num_classes 100 --block_type 'conv_bn_rc' --continue_from_epoch -1 --learning-rate 0.01