-
Notifications
You must be signed in to change notification settings - Fork 33
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
How long does it take to run another dataset? #9
Comments
I am trying to running this code as well and did some update so to let it be able to run on newer version of Keras and with a TF backend. With a 1080Ti, I could get ag_news model learned in a few minutes (1 or 2 minutes an epoch, and after 4 or 5 epoch I get accuracy on test above 0.87). You might want to look my out put here |
Hello @liufuyang, you got 96% test accuracy, right? Could you post your Keras, TensorFlow and Python version? Also, how did you print this organized log? |
@ayrtondenner no. If you read the log:
You can see that the test accuracy, or About version info you can check here again (seems to be Python library Keras(v2.1.5), using the Tensorflow-gpu(v1.6) backend.): About the organised log, I simply used the some high level Keras training API. So the code looks much simpler than the original repo here. You can take a look at this: |
Ops, my bad. You got 87% in validation, I used the network and got 87% in test accuracy, so it seems ok. I will try to run it again using cmd instead of through Python, so I can run using GPU and passing THEANO_FLAGS parameters. I will also check your code, thanks. |
Hello I am a student interested in cnn.
I'd like to run with another datasets on this paper.
However, the ag_news was calculated using gpu titan x with other keras code.
It took a long time.
How long has it took you to calculate?
If you used a different set of data, how did you solve the memory error?
And how long did it take?
Thank you very much..
The text was updated successfully, but these errors were encountered: