ym

Results 9 issues of ym

Hi, I want to use other vocoder such as paddlepaddle's waveflow vocoder to synthesis waveform from mel-spec. But I get some problems: I see in your repo's audio.py , it...

hi, Thanks for you implement of deepvoice3! I'm now try to use it training JSUT dataset. The preprocess.py is worked well( I get the extracted features (mel-spectrograms and linear spectrograms))....

Hi, Thanks for your work. I used your code to train a multi-class segmentation task. I have 10 classes, but after training, the output mask just have 8 classes( using...

Hi,I am trying combine “deepvoice3-pytorch” with "wavenet_vocoder" ,which is both from your work, and I really thanks about that. And , I extract the mel-output from deepvoice3-pytroch in synthesis.py of...

Hey, when i try to synthesis wav from mel files , this error occurs: python synthesis.py --conditional=./output_mel/0_mel.npy ./wavenet_premodel/20180510_mixture_lj_checkpoint_step000320000_ema.pth generated /root/anaconda3/envs/keras/lib/python3.6/site-packages/sklearn/utils/deprecation.py:143: FutureWarning: The sklearn.preprocessing.data module is deprecated in version 0.22 and...

Hi, my question is that for english, the output of model is directly the index of char If I understand correctly,then it can map between char and sequence. And for...

Hi, thanks for you work, and I want to know how to run 10.3 and get reflectance image, Hoping to get your replay, thanks!

Hi, Could you please tell me how to find or download the StyleGAN2's latent direction to edit the face attributes? And why the latent direction in StyleGAN v1 is not...

Hi, First thanks for your Implement for AdaIn. I want to know why I get the following result when I use the 'Style Transfer Test.ipynb'. I used the pretrained mode...