Skip to content

ONNX optimized ResNet50 and ResNet50 from `keras.applications`

Latest
Compare
Choose a tag to compare
@sayakpaul sayakpaul released this 21 Feb 02:19
· 68 commits to main since this release
2721029
add notebook for tf to onnx conversion (#1)

* add notebook for tf to onnx conversion

* update: use default ResNet50, compare tf.keras vs ONNX converted model on CPU

* update: use built-in preprocess_input(), model.predict method