When I run "python network_test.py". It prompts:
"
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 autoencoder/decoder/de_1/conv/bias not found in checkpoint
[[node save/RestoreV2 (defined at network_test.py:98) ]]
[[node save/RestoreV2 (defined at network_test.py:98) ]]
"
I've complied the kernels and placed the model in the right location.
Do I need to add any additional arguments when running this test script?
When I run "python network_test.py". It prompts:
"
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 autoencoder/decoder/de_1/conv/bias not found in checkpoint
[[node save/RestoreV2 (defined at network_test.py:98) ]]
[[node save/RestoreV2 (defined at network_test.py:98) ]]
"
I've complied the kernels and placed the model in the right location.
Do I need to add any additional arguments when running this test script?