This commit is contained in:
Ammar Qammaz 2023-10-28 20:31:17 +03:00
parent 0f89c74348
commit 39c6cc375e

View File

@ -21,6 +21,6 @@ fi
python3.10 convert.py -s $1-data/ #--no_gpu
python3.10 train.py -s $1-data/ -r 1 --model_path=$1-data/output/
python3.10 train.py -s $1-data/ --model_path=$1-data/output/ #-r 1
exit 0