Closed me2beats closed 6 years ago
For the dev branch, you should change the parameters ;-) I got the same problems a couple of months ago. The batch & epoch in master were 32 & 6 and here they are 512 and 2. If you change them, it will work
Working! Thanks sample.py batch_size=512 ---> batch_size=32 n_epochs=2 ---> n_epochs=6
I test toy example. I use Google Colab
If I use master branch CPU then everything is good
But if I want to use GPU and run:
then I get:
Then I tested dev branch. this error is no more, but training stops after 2 epochs. (??) And as result I have wrong output sequences. Is this ok?
I.e. I run
And I get error: