You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple things that can cause this, in my experience. Your learning rate might be too high, or you might have to decrease faster for large datasets. For example, this is the script I use for my 230MB dataset (using my torch-rnn fork with extra features):
It also could be caused by not randomly ordering the sequences during training, this is also implemented in my fork and it made my model train more smoothly.
As I go into the 70000 iteration, the loss and val_loss seem to increase then decrease training on a 2.3G dataset running the command:
Here's a log.txt file of the entire training:
log-file.txt
The text was updated successfully, but these errors were encountered: