pytorch-sbs/test_all.sh
2022-05-04 14:42:44 +02:00

6 lines
No EOL
115 B
Bash

#!/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