AxisCommunications / onnx-to-keras

Convert onnx models exported from pytorch to tensorflow keras models with focus on performace and highleve compatibility.
MIT License
25 stars 13 forks source link

Fix tests #36

Closed 95hali74 closed 2 years ago

95hali74 commented 2 years ago

Currently the test fails for tensorflow 2.6 because the keras version does not match. See: https://github.com/tensorflow/tensorflow/issues/51592