Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback of unsupported args for ONNX #312

Open
salvacarrion opened this issue Dec 1, 2021 · 0 comments
Open

Fallback of unsupported args for ONNX #312

salvacarrion opened this issue Dec 1, 2021 · 0 comments
Assignees
Labels
Easy enhancement New feature or request

Comments

@salvacarrion
Copy link
Contributor

salvacarrion commented Dec 1, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants