When using onnxruntime v1.14.1, all output values of Sigmoid
are Nan.
#14885
Labels
regression
issues that demonstrate a regression in ORT functionality and need to be addressed immediately
Describe the issue
When using onnxruntime v1.14.1, all output values of
Sigmoid
are Nan. However, if theSigmoid
is in the last layer, it works correctly, and if it is before the last layer, it becomes Nan.It is inferred correctly in onnxruntime v1.13.1.
To reproduce
Sigmoid
one before the last layertest_cut.onnx.zip
Sigmoid
in the last layertest_cut_sigm.onnx.zip
Urgency
There is a regression in ONNX Runtime functionality.
Platform
Linux
OS Version
Ubuntu 20.04
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
v1.14.1
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: