SPADE-Tensorflow icon indicating copy to clipboard operation
SPADE-Tensorflow copied to clipboard

Checkpoint failed to load

Open AIdeveloper-oz opened this issue 5 years ago • 2 comments

I am new to this, Please help me to make the spade.py to load the checkpoint. I have downloaded the file and placed it in a folder called checkpoint in the root directory. Thanks in Advance.

AIdeveloper-oz avatar Jan 07 '20 05:01 AIdeveloper-oz

Me too have similar problem here,

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,5,16,128] rhs shape= [5,5,19,128]

what could have gone wrong?

chadh0829 avatar Jun 12 '20 10:06 chadh0829

Me too have similar problem here,

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,5,16,128] rhs shape= [5,5,19,128]

what could have gone wrong?

check ' Unable to run pretrained celebA hinge checkpoint ' issues answer. it can fix

happyhugo avatar Aug 11 '20 08:08 happyhugo