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
When running the demo, I receive this error: TypeError: Cannot interpret feed_dict key as Tensor: The name 'save_1/Const:0' refers to a Tensor which does not exist. The operation, 'save_1/Const', does not exist in the graph.
The error points to line 108 in api.py: saver.restore(sess, save_path). I've gone through the steps listed in the ReadMe to download and unzip the checkpoint.zip file in the Pixel2Mesh\Data dir. My directory structure after unzipping checkpoint.zip is Pixel2Mesh\Data\checkpoint\ which contains all 4 files from checkpoint.zip. Am I missing any additional model checkpoint files? Is there code that needs to be added to successfully load the model checkpoints?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
When running the demo, I receive this error:
TypeError: Cannot interpret feed_dict key as Tensor: The name 'save_1/Const:0' refers to a Tensor which does not exist. The operation, 'save_1/Const', does not exist in the graph.
The error points to line 108 in api.py:
saver.restore(sess, save_path)
. I've gone through the steps listed in the ReadMe to download and unzip the checkpoint.zip file in the Pixel2Mesh\Data dir. My directory structure after unzipping checkpoint.zip is Pixel2Mesh\Data\checkpoint\ which contains all 4 files from checkpoint.zip. Am I missing any additional model checkpoint files? Is there code that needs to be added to successfully load the model checkpoints?Thanks
The text was updated successfully, but these errors were encountered: