-
I am trying to use torchaudio with torch 1.1.
It compiled successfully with Python 3.6, but when I want to import the torchaudio package, I get this error:
```
>>> import torchaudio
Traceback (m…
-
Hello,
first of all, really nice work and good idea.
I tried, following the one-shot-example, to add a kapre layer as first layer to my model for keyword recognition (tensorflow dataset). The c…
Mxgra updated
4 years ago
-
Hello,
I can't find anywhere the width of frames and strides used by librosa to extract MFCC.
Is it possible to configure them.
Thanks in advance.
-
Dear author,
I found that you also provided the MAC in your paper. May I know what tool u used? As the 'ptflops' seems to be not work for this case. Thank you!
-
When the wavegrad model is trained at epoch 417, the error appears, anyone can help me? what can i do to sove it ? thanks.
[WARNING] NaN or Inf found in input tensor.
Traceback (most recent call las…
-
Melspectrogram cant be set 'trainable_fb=False',after I set trainable_fb=False,trainable_kernel=False,but seems like it doesnot work.It is still trainable.
-
Hello,
I tried to train taco2 and vocoder separately and I can't synthesize effective voices with the pre-trained vocoder. I'm very strange that use griffin lim, the synthesized voice seems to be pre…
-
Right now, Tacotron model outpus linear spectrograms and Tacotron2 outputs melspectrograms. The plan is to make this configurable so that both models can compute the desired output.
-
I have tried to conver the created model in tflite but with no result. Someone can provide me if converting to tflite is possible and how do it.
Here what I have tried with no result.
converter = …
-
I'm trying to replace the audio preprocessing(Logfbank) using Kapre to improve efficiency. I have managed to replicate the function I wanted. But my old model has 1D Conv, Pooling layers. in which the…