-
Notifications
You must be signed in to change notification settings - Fork 146
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
Low Accuracy #19
Comments
how do you do this? |
The tutorial on DIGITS is very good. Take a look at the Digits section of "Two Days to a Demo" on this page: https://github.com/dusty-nv/jetson-inference/blob/master/README.md#two-days-to-a-demo-digits |
Hey, can u help with that? I need more accuracy for my graduated work |
@ChamiJ NVIDIA DIGITS creates those graphs https://developer.nvidia.com/digits |
Thank you for this excellent example. Great idea. I have found the accuracy of the model quite low for me (~20%) and incorrect letters are often suggested. I decided to create a new model with your huge dataset in the NVIDIA DIGITS program using AlexNet. Accuracy jumped to 100% in just the first few epochs of training. I will try and adjust your code to use the Caffe model that DIGITS creates.
The text was updated successfully, but these errors were encountered: