TensorFlowの高速化
TensorFlowモデル推論の高速化
Section titled “TensorFlowモデル推論の高速化”ONNX Runtimeは、TensorFlow、TFLite、およびKerasモデルの推論時間を高速化できます。
始めましょう
Section titled “始めましょう”モデルをONNXにエクスポートする
Section titled “モデルをONNXにエクスポートする”TensorFlow/Keras
Section titled “TensorFlow/Keras”これらの例では、TensorFlow 1、2、Keras、およびTFLiteモデル形式をサポートするTensorFlow-ONNXコンバーターを使用します。
- TensorFlow: 物体検出 (efficentdet)
- TensorFlow: 物体検出 (SSD Mobilenet)
- TensorFlow: 画像分類 (efficientnet-edge)
- TensorFlow: 画像分類 (efficientnet-lite)
- TensorFlow: 自然言語処理 (BERT)
- TensorFlow: BERTモデルの高速化
- Keras: 画像分類 (Resnet 50)