e59a27e
1
2
3
4
5
6
7
8
9
10
#!/bin/bash start=1 end=1022 for i in $(seq $start $end) do python train.py class$i sleep 1 done