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