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
Traceback (most recent call last):
File "D:/onnx2keras-master/dd.py", line 8, in
k_model = onnx_to_keras(onnx_model, ['input'])
File "D:\onnx2keras-master\onnx2keras\converter.py", line 182, in onnx_to_keras
keras_names
File "D:\onnx2keras-master\onnx2keras\reshape_layers.py", line 30, in convert_transpose
layers[node_name] = permute(layers[input_name])
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 977, in call
input_list)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 1115, in _functional_construction_call
inputs, input_masks, args, kwargs)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 848, in _keras_tensor_symbolic_call
return self._infer_output_signature(inputs, args, kwargs, input_masks)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 880, in _infer_output_signature
with backend.name_scope(self._name_scope()): # pylint: disable=not-callable
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\tensorflow\python\framework\ops.py", line 6729, in enter
scope_name = scope.enter()
File "C:\Users\21768\Anaconda3\envs\conv\lib\contextlib.py", line 81, in enter
return next(self.gen)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\tensorflow\python\framework\ops.py", line 4279, in name_scope
raise ValueError("'%s' is not a valid scope name" % name)
ValueError: 'sequential/conv2d/BiasAdd__6:0/' is not a valid scope name
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:/onnx2keras-master/dd.py", line 8, in
k_model = onnx_to_keras(onnx_model, ['input'])
File "D:\onnx2keras-master\onnx2keras\converter.py", line 182, in onnx_to_keras
keras_names
File "D:\onnx2keras-master\onnx2keras\reshape_layers.py", line 30, in convert_transpose
layers[node_name] = permute(layers[input_name])
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 977, in call
input_list)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 1115, in _functional_construction_call
inputs, input_masks, args, kwargs)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 848, in _keras_tensor_symbolic_call
return self._infer_output_signature(inputs, args, kwargs, input_masks)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\keras\engine\base_layer.py", line 880, in _infer_output_signature
with backend.name_scope(self._name_scope()): # pylint: disable=not-callable
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\tensorflow\python\framework\ops.py", line 6729, in enter
scope_name = scope.enter()
File "C:\Users\21768\Anaconda3\envs\conv\lib\contextlib.py", line 81, in enter
return next(self.gen)
File "C:\Users\21768\Anaconda3\envs\conv\lib\site-packages\tensorflow\python\framework\ops.py", line 4279, in name_scope
raise ValueError("'%s' is not a valid scope name" % name)
ValueError: 'sequential/conv2d/BiasAdd__6:0/' is not a valid scope name
The text was updated successfully, but these errors were encountered: