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