Justin Chu
Justin Chu
Please reopen the issue with new info if it is still relevant. Thanks!
The MSVC team recently test ONNX project failed to run test on release configuration on windows_x64.
Tracked by #4939
@titaiwangms @liqunfu was this fixed by https://github.com/onnx/onnx/pull/5741?
You may consider using https://github.com/microsoft/onnx-script to convert the model into Python code, edit the attribute, then export the model back to ONNX. It's an early project so not everything may...
cc @gramalingam @liqunfu
This feature will be useful for big repositories (eg. PyTorch) to incrementally adopt stricter rules in different components. Potentially run checks on all rules from the per-file-select as well for...
If the input is 0d, I would expect perm to be an empty list. Would that be reasonable?
> Hi! Should I add this PR to ONNX 1.13 milestone? The CF is on 18th November. Thanks, personally I think it’s fine to not include it in the release,...
lintrunner has been stable and used with much success in PyTorch. Since it offers a lot of flexibility in how we manage all of our linters + provides a single...