Tensorflow加载模型错误:
NotFoundError: 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 beta1_power not found in checkpoint
只是在这个项目中出现了这个错误,在其他的项目中未出现。
解决方法:
Restart kernel,
然后加载模型成功