-
Notifications
You must be signed in to change notification settings - Fork 878
cant load checkpoint files #225
Comments
Have you solve this problem? |
@skywo1f @GeorgeSeif |
same issue - NotFoundError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error: Key BatchNorm/beta not found in checkpoint |
Is the problem solved? |
no |
Had the same issue - in your case, you should just pass |
you better try this disk:/your_folder/model.ckpt |
Is this problem solved |
I think I have the solution...just use I had the same struggle in trying to pass model.ckpt.meta etc in for resuming the train. Even though no file name exists in the directory where the checkpoint was specified to be saved, I just used |
Thank you for your help
…On Fri, May 15, 2020, 10:59 PM M. Tyler Preston ***@***.***> wrote:
I had the same struggle. Even though no file name exists in the directory
where the checkpoint was specified to be saved, I just used model.ckpt
and it worked out.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#225 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVXEBDB5VG3K656S435TWTRRV3YFANCNFSM4JANDEMQ>
.
|
tried all of the files in the checkpoints folder:
model.ckpt.index
model.ckpt.meta
checkpoint
model.ckpt.data-00000-of-00001
none of them work:
Semantic-Segmentation-Suite/checkpoints/0295/model.ckpt.data-00000-of-00001: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator
The text was updated successfully, but these errors were encountered: