You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting a model that has Relu6 operation fails; it seems to be converted into a clip where the min and max is not set.
I hacked together a temporary fix (https://github.com/banoffee-pie/onnx2keras) by checking if the min and max parameters are set, and if not, setting them to 0 and 6 respectively.
The text was updated successfully, but these errors were encountered:
Converting a model that has Relu6 operation fails; it seems to be converted into a
clip
where the min and max is not set.I hacked together a temporary fix (https://github.com/banoffee-pie/onnx2keras) by checking if the min and max parameters are set, and if not, setting them to 0 and 6 respectively.
The text was updated successfully, but these errors were encountered: