pytorch-sbs/test_all.sh

6 lines
115 B
Bash
Raw Normal View History

2022-05-04 14:42:44 +02:00
#!/bin/bash
for i in $(seq 1 1 999)
do
echo $i
/home/davrot/P3.10/bin/python3 test_it.py mnist.json $i
done