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
Sorry to trouble you.
I ran your code with my own data.
When ran this line "trainer.fit(module)" after setting the parameters(Namespace(lr=0.000630957344480193, epoches=10, batch_size=160, train_size=20000, validation_size=1000)), the model started to be trained.
'epochs' parameter was setting with '10', but the model training didn't finish even the progress bar below showed "Epoch 50, 100, or more".
My question is how many epochs need until finishing training the model?
Because it took more than 30 minutes for one epoch on my computer, now it took almost 3 days but only completed 117 epochs. I don't know how long it will take more?
Your reply will help me with whether to give up the training.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Sorry to trouble you.
I ran your code with my own data.
When ran this line "trainer.fit(module)" after setting the parameters(Namespace(lr=0.000630957344480193, epoches=10, batch_size=160, train_size=20000, validation_size=1000)), the model started to be trained.
'epochs' parameter was setting with '10', but the model training didn't finish even the progress bar below showed "Epoch 50, 100, or more".
My question is how many epochs need until finishing training the model?
Because it took more than 30 minutes for one epoch on my computer, now it took almost 3 days but only completed 117 epochs. I don't know how long it will take more?
Your reply will help me with whether to give up the training.
Thank you very much!
The text was updated successfully, but these errors were encountered: