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
What is the python training time for this? With default settings 10 window and 1000 episodes, on what hardware?
Also, in Python is the fit() sequential? i mean, the code stops until model.fit() is done?
I'm trying to port this to tfjs and the code rushes through the for loop of the episodes and the data length but doesn't "wait" for the model.fit(). Now i'm using async/await for it to wait for the model.fit() but it's taking a great amount of time. Can someone shed some light?
The text was updated successfully, but these errors were encountered:
What is the python training time for this? With default settings 10 window and 1000 episodes, on what hardware?
Also, in Python is the fit() sequential? i mean, the code stops until model.fit() is done?
I'm trying to port this to tfjs and the code rushes through the for loop of the episodes and the data length but doesn't "wait" for the model.fit(). Now i'm using async/await for it to wait for the model.fit() but it's taking a great amount of time. Can someone shed some light?
The text was updated successfully, but these errors were encountered: