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