-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UpResNet10 Model Conversion #2
Comments
I was able to convert the UpResNet10 models for Chainer (model source) to ONNX. The Chainer models look slightly different from the Caffe models when viewed in Netron.
|
The steps to resolution depend on the reason for the differences:
|
Found confirmation that the correct conversion is to I need to correct the model via editing the onnx file once confirming the input / output dimensions. |
After looking through more details. the I am still unclear on the reason behind |
I took a break from this for a while. I'll probably try passing the resulting model through onnxsim and/or onnxoptimizer to try and see if it'll simplify the graph by replacing redundant graph operations. |
If I'm reading this commit correctly, the current UpResNet10 models for waifu2x-caffe are generated using the models from waifu2x-chainer. Based on this knowledge (also, I don't understand any of this), I have decided to use the resulting model from the conversion. |
When trying to convert the UpResNet10 model to CoreML, I get a similar error to the CUnet model conversion.
Unfortunately, I didn't log the output at the time.
The text was updated successfully, but these errors were encountered: