Hello,
I trained a tacotron2 model using a custom DB, by following this nice recipe:
I then wanted to test the trained model, with WaveRNN as exemplified in this notebook:
https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/Mozilla_TTS_WaveRNN.ipynb
However, on my local system, this is the resulting size:
And in the notebook, the tacotron model is downloaded from here: https://drive.google.com/uc?id=1otOqpixEsHf7SbOZIcttv3O7pG0EadDx and its 322MB.
Naturally, my model does not load in that notebook. Can someone pinpoint the problem here?
Many thanks,