onnx / keras-onnx

Convert tf.keras/Keras models to ONNX
Apache License 2.0
379 stars 109 forks source link

Add warning when tensorflow > 2.3 is detected #738

Open TomWildenhain-Microsoft opened 3 years ago

TomWildenhain-Microsoft commented 3 years ago

Warning is done at import time since import will fail on some tf versions.

image