-
Notifications
You must be signed in to change notification settings - Fork 326
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
raise FailedPreconditionError while training model #46
Comments
Thanks John for the report. Could you fill this template? This is the template going forward for bugs. It's hard to provide you a solution with the currently available information. Describe the bug System information
Describe the expected behavior Describe the current behavior Code to reproduce the issue Screenshots Additional context |
Hi @johnwang416 , sorry for really late response. Just want to check if this still bugs you before picking up this again. |
I encountered this error when I trained model:
tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable prune_low_magnitude_embedding/mask from Container: localhost. This could mean that the variable was uninitialized. Not found: Resource localhost/prune_low_magnitude_embedding/mask/class tensorflow::Var does not exist.
[[{{node prune_low_magnitude_embedding/Mul/ReadVariableOp_1}}]]
Is there anybody have same question?
The text was updated successfully, but these errors were encountered: