Open za13 opened 5 years ago
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: