CartoonGan-tensorflow
CartoonGan-tensorflow copied to clipboard
Loading previous checkpoints
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?