Spaces:
Sleeping
Sleeping
File size: 249 Bytes
77a71b4 | 1 2 3 4 5 6 7 8 9 | #!/bin/sh
python ./code/train.py 0 0 0;
python ./code/train.py 0 1 0;
python ./code/train.py 0 2 0;
python ./code/train.py 0 3 0;
python ./code/train.py 0 4 0;
python ./code/train.py 0 5 0;
python ./code/train.py 0 6 0;
python ./code/train.py 0 7 0 |