Traceback (most recent call last):
File "c:\program files\python36\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\program files\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files\Python36\Scripts\tensorflowjs_converter.exe_main.py", line 9, in
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\converter.py", line 258, in main
strip_debug_ops=FLAGS.strip_debug_ops)
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion.py", line 323, in convert_tf_frozen_model
graph = load_graph(frozen_model_path, output_node_names)
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion.py", line 67, in load_graph
graph.get_operation_by_name(node.strip()))
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3741, in get_operation_by_name
return self.as_graph_element(name, allow_tensor=False, allow_operation=True)
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3613, in as_graph_element
return self._as_graph_element_locked(obj, allow_tensor, allow_operation)
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3673, in _as_graph_element_locked
"graph." % repr(name))
KeyError: 'The name "'Add_1'" refers to an Operation not in the graph.'
I got this wrong whatever I tried,is anybody know how to fix it?
Traceback (most recent call last):
File "c:\program files\python36\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\program files\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Program Files\Python36\Scripts\tensorflowjs_converter.exe_main.py", line 9, in
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\converter.py", line 258, in main
strip_debug_ops=FLAGS.strip_debug_ops)
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion.py", line 323, in convert_tf_frozen_model
graph = load_graph(frozen_model_path, output_node_names)
File "c:\program files\python36\lib\site-packages\tensorflowjs\converters\tf_saved_model_conversion.py", line 67, in load_graph
graph.get_operation_by_name(node.strip()))
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3741, in get_operation_by_name
return self.as_graph_element(name, allow_tensor=False, allow_operation=True)
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3613, in as_graph_element
return self._as_graph_element_locked(obj, allow_tensor, allow_operation)
File "c:\program files\python36\lib\site-packages\tensorflow\python\framework\ops.py", line 3673, in _as_graph_element_locked
"graph." % repr(name))
KeyError: 'The name "'Add_1'" refers to an Operation not in the graph.'
I got this wrong whatever I tried,is anybody know how to fix it?