-
Notifications
You must be signed in to change notification settings - Fork 52
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
Freeze Graph error! #18
Comments
I download pre-treined model nasnet-a_mobile_04_10_2017 For mobile modelpython export_inference_graph.py I got nasnet_mobile_inf_graph.pb in success now I excute During handling of the above exception, another exception occurred: Traceback (most recent call last): Caused by op 'save/Assign_984', defined at: InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [5] rhs shape= [1001] During handling of the above exception, another exception occurred: Traceback (most recent call last): Assign requires shapes of both tensors to match. lhs shape= [5] rhs shape= [1001] Caused by op 'save/Assign_984', defined at: InvalidArgumentError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a mismatch between the current graph and the graph from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error: Assign requires shapes of both tensors to match. lhs shape= [5] rhs shape= [1001] |
Freeze Graph error!
The text was updated successfully, but these errors were encountered: