MockingBird/ppg_extractor/encoder
Vega b617a87ee4
Init ppg extractor and ppg2mel (#375)
* Init  ppg extractor and ppg2mel

* add preprocess and training

* FIx known issues

* Update __init__.py

Allow to gen audio

* Fix length issue

* Fix bug of preparing fid

* Fix sample issues

* Add UI usage of PPG-vc
2022-03-03 23:38:12 +08:00
..
__init__.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
attention.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
conformer_encoder.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
convolution.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
embedding.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
encoder_layer.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
encoder.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
layer_norm.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
multi_layer_conv.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
positionwise_feed_forward.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
repeat.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
subsampling.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
swish.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00
vgg.py Init ppg extractor and ppg2mel (#375) 2022-03-03 23:38:12 +08:00