劉至軒、王政祺 @ CKHS,指導教授:陳維超教授、陳怡君
autovcv2
│ README.md
│ requirements.txt
│ .gitignore
│ model.py
│ train.py
│
└───demos
│
└───data
| │ dataloader.py
| | preprocessing.py
| | data.pkl
| |
| └───VCTK
| └─── p225
| | └───p225_001.wav
| | | ...
| |
| └─── p226
| | ...
|
|
└───test(inference)
| │ conversion.py
| │ vocoder.py
| │ test_all.py
| │ validate.py
|
└───weights
| │ checkpoint_step001000000_ema.pth
| │ autovc.ckpt
| |
| └───train_weights
| | ...
| |
|
- 可以開始train了,loss也有在training的過程中下降,但conversion.py還無法運作,因此尚未測試train出來的weights是否實際可用