Datasets:
File size: 256 Bytes
c4115a4 |
1 2 3 4 5 6 7 8 9 |
# export CUDA_VISIBLE_DEVICES=
BIGVGAN_REPO_DIR=path/to/BigVGAN
export PYTHONPATH=$BIGVGAN_REPO_DIR:$PYTHONPATH
python inference_e2e.py \
--input_mels_dir path/to/src_dir \
--output_dir path/to/out_dir \
--checkpoint_file ckpt/g_00276000.ckpt |