Update m1_setup.sh

do now training from crop_224/1-6.jpg
This commit is contained in:
Smiril
2022-07-09 17:58:40 +02:00
committed by GitHub
parent cb440ebc92
commit 86de85e6e3
+3 -1
View File
@@ -32,8 +32,10 @@ python3 -m pip install timm
python3 -m pip install PlL
python3 m1_test.py
for i in `seq 1 6`; do
python3 train.py --name simswap224_test --batchSize 8000000000000 --gpu_ids 0 --dataset crop_224/$i.jpg
done
conda deactivate
exit 0