Skip to content

Repository files navigation

聲不由己 —— 資訊專題

劉至軒、王政祺 @ CKHS,指導教授:陳維超教授、陳怡君

Directory & File Structure

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是否實際可用

About

No description, website, or topics provided.

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages