ApplioRVC-Inference / 预处理.bat
Kangarroar's picture
Upload 154 files
ed1cdd1
raw
history blame
No virus
113 Bytes
set PYTHONPATH=.
set CUDA_VISIBLE_DEVICES=0
python preprocessing/binarize.py --config training/config.yaml
pause