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
Hi. I am following this guide to achieve exporting a pytorch model (this one https://github.com/ypeleg/U-2-Net-Keras , under Usage for salient object detection).
My plan is to: PyTorch -> Onnx -> Keras.
But going from PyTorch -> Onnx i get this error:
AttributeError: 'collections.OrderedDict' object has no attribute 'training'
Please, can someone help me?
The text was updated successfully, but these errors were encountered:
Hi. I am following this guide to achieve exporting a pytorch model (this one https://github.com/ypeleg/U-2-Net-Keras , under Usage for salient object detection).
My plan is to: PyTorch -> Onnx -> Keras.
But going from PyTorch -> Onnx i get this error:
AttributeError: 'collections.OrderedDict' object has no attribute 'training'
Please, can someone help me?
The text was updated successfully, but these errors were encountered: