Inference / 预处理.bat
Zacgo's picture
Duplicate from DIFF-SVCModel/Inference
4c9fe71
raw
history blame contribute delete
No virus
113 Bytes
set PYTHONPATH=.
set CUDA_VISIBLE_DEVICES=0
python preprocessing/binarize.py --config training/config.yaml
pause