You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a converted recurrent network from PyTorch has some curious performance characteristics were running the .pb model directly in TensorFlow is ~2.5 times slower than the the onnx runtime.
$ ./benchmark model
> onnx runtime took 4.83842
> tensorflow took 12.63854
Looking at the trace information shows that work is only being done for about 3.5 seconds:
Describe the bug
Running a converted recurrent network from PyTorch has some curious performance characteristics were running the
.pb
model directly in TensorFlow is ~2.5 times slower than the the onnx runtime.Looking at the trace information shows that work is only being done for about 3.5 seconds:
To Reproduce
ONNX model file
Python, ONNX, ONNX-TF, Tensorflow version
Additional context
The text was updated successfully, but these errors were encountered: