mlpractical/run_vgg_08_default.sh

2 lines
278 B
Bash
Raw Permalink Normal View History

2024-11-11 15:33:32 +01:00
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 0 --experiment_name VGG_08_experiment --use_gpu True --num_classes 100 --block_type 'conv_block' --continue_from_epoch -1