CartoonGan-tensorflow icon indicating copy to clipboard operation
CartoonGan-tensorflow copied to clipboard

Loading previous checkpoints

Open pradyumnjain opened this issue 3 years ago • 0 comments

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

model_checkpoint_path: "generator-35"
all_model_checkpoint_paths: "generator-35"

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?

pradyumnjain avatar May 28 '21 12:05 pradyumnjain