Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training time and async/await #9

Open
talvasconcelos opened this issue Sep 13, 2018 · 2 comments
Open

Training time and async/await #9

talvasconcelos opened this issue Sep 13, 2018 · 2 comments

Comments

@talvasconcelos
Copy link

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?

@kkuette
Copy link

kkuette commented Sep 16, 2018

This implementation is very slow... If you're using tensorflow i recommend you to see tensorforce for a faster training.

I can also suggest you to see my project called TradzQAI.

@rui-ren
Copy link

rui-ren commented Oct 4, 2019

Yes, this implementation is very slow, I have RTX 2060 and cunn, 1 hour can only train 10 episode .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants