Describe the bug
pytorch version of craft to keras model:
WARNING:onnx2keras:upsample:!!! EXPERIMENTAL SUPPORT (upsample) !!!
Traceback (most recent call last):
File "test.py", line 190, in
k_model = converter.pytorch_to_keras(net, input_var, [(3, 224, 224,)], verbose=True,name_policy='short')
File "/root/anaconda3/lib/python3.6/site-packages/pytorch2keras/converter.py", line 73, in pytorch_to_keras
verbose=verbose, change_ordering=change_ordering)
File "/root/anaconda3/lib/python3.6/site-packages/onnx2keras/converter.py", line 177, in onnx_to_keras
keras_names
File "/root/anaconda3/lib/python3.6/site-packages/onnx2keras/upsampling_layers.py", line 21, in convert_upsample
raise AttributeError('Unsupported number of inputs')
AttributeError: Unsupported number of inputs
Describe the bug pytorch version of craft to keras model:
WARNING:onnx2keras:upsample:!!! EXPERIMENTAL SUPPORT (upsample) !!! Traceback (most recent call last): File "test.py", line 190, in
k_model = converter.pytorch_to_keras(net, input_var, [(3, 224, 224,)], verbose=True,name_policy='short')
File "/root/anaconda3/lib/python3.6/site-packages/pytorch2keras/converter.py", line 73, in pytorch_to_keras
verbose=verbose, change_ordering=change_ordering)
File "/root/anaconda3/lib/python3.6/site-packages/onnx2keras/converter.py", line 177, in onnx_to_keras
keras_names
File "/root/anaconda3/lib/python3.6/site-packages/onnx2keras/upsampling_layers.py", line 21, in convert_upsample
raise AttributeError('Unsupported number of inputs')
AttributeError: Unsupported number of inputs
To Reproduce net = CRAFT() # initialize
Expected behavior A clear and concise description of what you expected to happen.
Logs If applicable, add error message to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.