Skip to content
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

Failed to save model graph #12

Closed
qgao21 opened this issue Apr 11, 2019 · 2 comments
Closed

Failed to save model graph #12

qgao21 opened this issue Apr 11, 2019 · 2 comments

Comments

@qgao21
Copy link

qgao21 commented Apr 11, 2019

Hello author,
Thank you very much for your code, I have encountered a problem in use, I installed all the packages as required, the code can be trained normally, but the error is reported’Failed to save model graph:‘.I can't find a solution and hope the author can guide me。

@lidq92
Copy link
Owner

lidq92 commented Apr 11, 2019

@gq123smu It is an onnx problem since the CNNIQA model contains some incompatible function arguments. If this model is replaced with normal operations (such as conv, max pooling, fc, etc), e.g., AlexNet, the error will go away.

It doesn't matter, this part is only for network visualization. It will not affect the training and testing processes.

@lidq92 lidq92 closed this as completed Apr 11, 2019
@qgao21
Copy link
Author

qgao21 commented Apr 11, 2019

Thank you for your timely answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants