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

Cannot Export GoogLeNet into Keras #110

Closed
nickeleres opened this issue Sep 26, 2017 · 5 comments
Closed

Cannot Export GoogLeNet into Keras #110

nickeleres opened this issue Sep 26, 2017 · 5 comments

Comments

@nickeleres
Copy link

nickeleres commented Sep 26, 2017

Trying to export GoogLeNet from the "Model Zoo" dropdown at the URL below:

http://fabrik.cloudcv.org/#/?_k=ngzknm

And Im getting the error, "Cannot convert LRN to Keras" [see attached]. Im guessing this is because the LRN regularization layer doesnt have an associated entity in Keras.

image

@utsavgarg
Copy link
Contributor

@nickeleres as Keras does not have an LRN layer, it's not possible to export GoogLeNet to Keras.

@nickeleres
Copy link
Author

nickeleres commented Sep 26, 2017

A more descriptive error message would be helpful. I checked the browser console and it was throwing a server error, so the error is clearly not handled/expected in the core's exceptions.

@utsavgarg utsavgarg reopened this Sep 26, 2017
@nickeleres
Copy link
Author

Im getting the attached 500s when attempting to export VGG 16 to Keras, as well.

image

@virajprabhu
Copy link
Contributor

@nickeleres Thanks for pointing this out. Agreed, we shouldn't be throwing an error. Will need to look into a fix.

@utsavgarg
Copy link
Contributor

@nickeleres the deployed version is now fixed, you should be able to export VGG-16 to Keras.

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

No branches or pull requests

3 participants