-
Notifications
You must be signed in to change notification settings - Fork 45.6k
'MovingAverage' object has no attribute '_average_weights' #8719
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
Comments
I am running the official Tensorflow classifier_trainer.py inside vision/image_classification branch of official tf models with moving_average_decay of 0.9999. The model is instantiated correctly, but I get the following bug during training: INFO:tensorflow:Error reported to Coordinator: in user code:
Traceback (most recent call last):
I0622 13:41:51.641907 140427864807168 coordinator.py:219] Error reported to Coordinator: in user code:
Traceback (most recent call last):
Traceback (most recent call last):
I am trying to train using two P100 GPUs. Is it because training on multiple GPUs is not supported using MovingAverage? |
MovingAverage has not been well tested/supported yet - could you try adding this line here?
and see if this resolves? |
The changes that we had in |
This issue was fixed in b035a22 Please try this and if it doesn't work, feel free to re-open this thread. Thanks! |
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
https://github.com/tensorflow/models/tree/master/official/...
2. Describe the bug
A clear and concise description of what the bug is.
3. Steps to reproduce
Steps to reproduce the behavior.
4. Expected behavior
A clear and concise description of what you expected to happen.
5. Additional context
Include any logs that would be helpful to diagnose the problem.
6. System information
The text was updated successfully, but these errors were encountered: