Justin Chu

Results 290 comments of Justin Chu

Please reopen the issue with new info if it is still relevant. Thanks!

@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...

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...