You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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= [1,1,1024,1024] rhs shape= [1,1,4096,4096] [[node save/Assign_29 (defined at E:\Infrared_Deeplearning\SSD-AbsoluteCoord\utility\scaffolds.py:86) ]]
#126
Open
navy63 opened this issue
Oct 17, 2019
· 2 comments
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= [1,1,1024,1024] rhs shape= [1,1,4096,4096]
[[node save/Assign_29 (defined at E:\Infrared_Deeplearning\SSD-AbsoluteCoord\utility\scaffolds.py:86) ]]
The text was updated successfully, but these errors were encountered:
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= [1,1,1024,1024] rhs shape= [1,1,4096,4096]
[[node save/Assign_29 (defined at E:\Infrared_Deeplearning\SSD-AbsoluteCoord\utility\scaffolds.py:86) ]]
The text was updated successfully, but these errors were encountered: