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
I haven't used Onyx in a while but it seems like they've progressed a lot since before. Previously I tried to convert a custom ResNet50 from Pytorch to Keras and the associated weights. Because the model had a few custom layers, Onyx was not capable of converting the architecture because it didn't know how to convert those layers.
What @qubvel has here in this repo might not be convertible with Onyx just yet, unless you're willing to write some code that will handle it. Otherwise I'd recommend looking at some of architectures that have been shown to work in Onyx format in the model zoo.
I'm using the code in the notebook in the "examples"
I'm trying to use keras2onnx with it also. I tried
But I got the following error:
The text was updated successfully, but these errors were encountered: