-
Notifications
You must be signed in to change notification settings - Fork 25
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 much Accuracy is achieved? #2
Comments
Thank you and sorry to be late, I trained it in single tesla K20m for 40 minutes, and reached a peak accuracy about 86% on validation set, adding dropout or increasing the scale of parameters should still improve the accuracy. |
ok and thanks for your reply |
Zakizhou can you kindly help in this regard: Traceback (most recent call last): |
@Zaibjee Sorry I'm afraid I don't have time right now to fix this bug, it ran normally on my PC. But I have already converted training and validation images to tfrecords, but I don't know how to share those files with others, maybe upload to some cloud storage? If you need it, I can send it to you with email(leave you email here), then you can directly train this model without manually generating data. |
my email address is zaibshah889@yahoo.com |
@Zaibjee already sent , about 350M, uncompress it you get two tfrecords file namely train.tfrecords and validation.tfrecords, put them in the images/tfrecords/ folder and then you can run the training part |
thanks a lot @zakizhou |
@Zaibjee wait, there's some error with the email server, I am trying to resend |
alright @zakizhou |
@Zaibjee done |
thanks for your time and help @zakizhou |
Hello @zakizhou Thanks |
I fixed the "ValueError: non-integer arg 1 for randrange()" Error. |
Hi zakizhou
This is a wonderful work, i would like to know that how much accuracy you have achieved on your model?
The text was updated successfully, but these errors were encountered: