segmentation_models.pytorch
segmentation_models.pytorch copied to clipboard
Fix code to be able to correctly export MobileOne when using SE layer
With current code, ONNX export fails miserably due to list creation.
This work around allows to correclty trace torch model and export to ONNX