run.bash 208 B

12345678910
  1. python train.py --model swin_v2_b
  2. sleep 60
  3. python train.py --model swin_v2_s
  4. sleep 60
  5. python train.py --model squeezenet
  6. sleep 60
  7. python train.py --model shufflenet
  8. sleep 60
  9. python train.py --model resnet50