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
Some ONNX operators include arguments or values that are not supported by the EDDL.
The "solution" I propose is to fall back to a value that is supported with a warning for the user.
Examples:
resize(mode="lanczos") to resize(mode="linear")
PyTorchHalfPixel to HalfPixel
The text was updated successfully, but these errors were encountered:
Some ONNX operators include arguments or values that are not supported by the EDDL.
The "solution" I propose is to fall back to a value that is supported with a warning for the user.
Examples:
resize(mode="lanczos")
toresize(mode="linear")
PyTorchHalfPixel
toHalfPixel
The text was updated successfully, but these errors were encountered: