Pad behavior is inconsistent with ONNX ReferenceEvaluator and documentation #21037
Labels
converter:dynamo
issues related supporting the PyTorch Dynamo exporter
core runtime
issues related to core runtime
behavior
In mode 'reflect', the result from onnxscript and onnxruntime is inconsistent with onnx.reference.ReferenceEvaluator, onnx documentation, and numpy.pad.
In the eager mode of onnxscript (
res_onnxscript2
), the computation is indeed conduct by onnxruntime, right? But is theres_onnxscript1
from onnxscript evaluator? I don't know much about onnxscript internal. But the result from onnxruntime is defenitely inconsistent, so I also created an issue there.code to reproduce
result
The text was updated successfully, but these errors were encountered: