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
{{ message }}
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
While trying to get results of previous checkpoints, I am copying the model checkpoints from "trained_checkpoint" to "models" and have changed the checkpoint file as
AssertionError: Nothing except the root object matched a checkpointed value. Typically this means that the checkpoint does not match the Python program. The following objects have no matching checkpointed value
How to get inference from the previous checkpoints?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to get results of previous checkpoints, I am copying the model checkpoints from "trained_checkpoint" to "models" and have changed the checkpoint file as
Getting the following error
AssertionError: Nothing except the root object matched a checkpointed value. Typically this means that the checkpoint does not match the Python program. The following objects have no matching checkpointed value
How to get inference from the previous checkpoints?
The text was updated successfully, but these errors were encountered: