-
Notifications
You must be signed in to change notification settings - Fork 470
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
Loss does not converge #76
Comments
when i run bash ./scripts/train_mobilenet_on_imagenet.sh, i met the bug:WARNING:tensorflow:From train_image_classifier.py:415: create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version. |
you may update your version of tensorflow and it would not have any influence on your experiment. @jiachen0212 and you can change the optimizer to rmsprop. |
Is this the problem solved? |
I also encountered a similar problem.
Please refer to my summary:https://github.com/JiaShengLiu111/Deeplearning/blob/master/Tensorflow%E4%B8%ADbatch_normalization%E4%BD%BF%E7%94%A8%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9.md |
I train mobilenet_v1 for many times, but the loss doesn`t down to 1.xxx, but aways be 2.xxx, and the accuracy is just about 54%,what is wrong?
The text was updated successfully, but these errors were encountered: