Justin Chu

Results 444 comments of Justin Chu

If you are using ort-web, you may want to raise this issue in the microsoft/onnxruntime repository.

> > For this PR in particular, I'd still like to get a confirmation from the ONNX Exporter team that we want to use `torch.onnx.utils._export` and not `torch.onnx.export`. > >...

For this PR, the usages are in tests. So that’s fine

Fixes https://github.com/onnx/onnx/issues/6136 ?

@tehbone happy new year! Do you plan to push this PR forward?

Do we want to make `custom_element_types.py` public? It would be helpful to understand the pros and cons of doing so. (And mention it in the PR description when we make...

You may be able to save the model as textproto, edit the text file and save it back in the binary format: ```python onnx.save_model(model, "model.textproto", "textproto") # Edit the file...

You may need to use the onnx-weekly(https://pypi.org/project/onnx-weekly/) build because the feature is not released yet