Azhan Mohammed
Results
1
issues of
Azhan Mohammed
When converting a model from onnx to pytorch I get the error, ```----> 1 torch_model = convert(onnx_model_path) ~/.local/lib/python3.8/site-packages/onnx2torch/converter.py in convert(onnx_model_or_path, save_input_names, attach_onnx_mapping) 120 ) 121 --> 122 torch_module, onnx_mapping =...
bug