mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
parent
cd876720d9
commit
daff4240f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# BERT Model Optimization Tool Overview
|
||||
|
||||
This tool showcases how to fuse a BERT ONNX model either exported from PyTorch or converted from TensroFlow, and generates an optimized model to run faster with OnnxRuntime.
|
||||
This tool showcases how to fuse a BERT ONNX model either exported from PyTorch or converted from TensorFlow, and generates an optimized model to run faster with OnnxRuntime.
|
||||
|
||||
Note that OnnxRuntime can fuse the Bert ONNX model exported from PyTorch automatically. You don't need this tool to fuse the model. It is only required for Bert Model converted from Tensorflow.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue