Ti-Tai Wang

Results 16 issues of Ti-Tai Wang

### 🐛 Describe the bug In exporter, there is a onnx.shape_inference_infer_shapes checker before exporting, but it is not using strict_mode as onnxruntime does before executing the model, so the discrepancy...

module: onnx
triaged
onnx-triaged

# Bug Report ### Is the issue related to model conversion? Yes, but the error happens during shape type inference on Loop(Node) https://github.com/onnx/onnx/blob/eb634addcbb23ec1baf4d548d826bf3932527533/onnx/defs/shape_inference.cc#L343 which we can track back to https://github.com/onnx/onnx/blob/eb634addcbb23ec1baf4d548d826bf3932527533/onnx/defs/shape_inference.cc#L414-L425...

bug

**Describe the bug** torch.nn.LayerNorm mismatches in nightly, but matches in 1.12.1 **Urgency** None. **System information** Nightly torch Nightly onnxruntime **To Reproduce** ```python import io import torch from onnxruntime import InferenceSession,...

training
model:transformer
ep:CUDA

Add BART into transformer support, specificalyy for `BartForConditionalGeneration` **Motivation and Context** - fixes #11210 Currently, the custom op beam search is not working in nightly, this PR should be run...

converter
model:transformer

module: onnx
open source
release notes: onnx

depends on onnx-script branch: https://github.com/microsoft/onnx-script/tree/torchscript_evaluator 1. Use torchscript as an example graph builder (as we don't have one yet) to demonstrate the usage of onnx-script API and atenlib 2. How...

module: onnx
open source
release notes: onnx
topic: new feature

The attribute `antialias` says that it is achieved by stretching the resampling filter by a factor max(1, 1 / scale), and under the rule that only one of the input...

topic: operator
topic: documentation
good first issue
topic: spec clarification
contributions welcome

Hi, I am wondering if you freeze the pre-trained part of parameters, and only fine-tune on the downstream task with head? It seems like all parameters are tuned during the...

Continue from #125930 The PR addresses the common existence of unused assertion nodes in models. (workaround #112443) Assertion ops does not return anything in the graph, so it's not even...

module: onnx
open source
onnx-triaged
ciflow/trunk
release notes: onnx
topic: new features

### Describe the issue The error is only raised after 1.18. I tried 1.17.3, and it works fine. onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Non-zero status code returned while...

stale
release:1.18.0