diff-svc
diff-svc copied to clipboard
Singing Voice Conversion via diffusion model
--------------------------------------------------------------------------- IndexError Traceback (most recent call last) [](https://localhost:8080/#) in 50 config_path="/content/drive/MyDrive/diff-svc/data/My_Model/config.yaml" #@param {type: "string"} 51 hubert_gpu=True ---> 52 svc_model = Svc(project_name,config_path,hubert_gpu, model_path) 53 print('model loaded') [/content/diff-svc/preprocessing/hubertinfer.py](https://localhost:8080/#) in __init__(self, pt_path) 20...
| amp switch | batch size | VRAM cost(GB) | time for 100 batchs | | |------------|------------|-----------|---------------------|---| | on | 32 | 7.9 | 02:17 | | | off |...
on windows, anaconda
I have a problem installing torch==1.12.1+cu113, apparently installing it in anaconda is complicated
protobuf is resolved to 4.x.x without version specified in requirements. This leads to: ``` TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your...
can you tell me how to create a ckpt, and yaml file? because I think it's different from compressing the audio files into a zip file and then renaming it...
When run this project in JupyterLab the `checkpoints` directory cannot be openned due to a bug of jupyter_server: https://github.com/jupyter/notebook/issues/5569