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
I am able to save the model properly using line but while restoring it, I am getting an error:
Traceback (most recent call last):
File "start_something.py", line 254, in <module>
saver = tf.train.import_meta_graph('/media/saurabh/New Volume/nlp_ucf/project/model/model_0.ckpt.meta')
File "/home/saurabh/tfenv3/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1577, in import_meta_graph
**kwargs)
File "/home/saurabh/tfenv3/lib/python3.5/site-packages/tensorflow/python/framework/meta_graph.py", line 498, in import_scoped_meta_graph
producer_op_list=producer_op_list)
File "/home/saurabh/tfenv3/lib/python3.5/site-packages/tensorflow/python/framework/importer.py", line 259, in import_graph_def
raise ValueError('No op named %s in defined operations.' % node.op)
ValueError: No op named attn_add_fun_f32f32f32 in defined operations.
Any idea if you got the same error? You don't restore the model in your code at all.
Thanks for the help.
The text was updated successfully, but these errors were encountered:
I am able to save the model properly using line but while restoring it, I am getting an error:
Any idea if you got the same error? You don't restore the model in your code at all.
Thanks for the help.
The text was updated successfully, but these errors were encountered: