Closed seungwonpark closed 4 years ago
Working on this at fix/22
branch.
I'll be training the model from scratch and upload audio samples again. I wonder why the previous model was working well.
As far as why it worked so well, this article trains a CNN image classifier with Conv2d and ConvTranspose2d using the same hyperparameters for both and gets almost identical results.
The new version looks working well. I will merge it to master
branch after the pre-trained model is ready. Also, will update the audio samples.
The last layer should be:
not:
omg...