Doven
update code.
f7009b3
raw
history blame contribute delete
106 Bytes
#!/bin/bash
start=1
end=1022
for i in $(seq $start $end)
do
python train.py class$i
sleep 1
done