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

GCI Add Model To Model Zoo #465

Merged
merged 9 commits into from
Nov 25, 2018
Merged

GCI Add Model To Model Zoo #465

merged 9 commits into from
Nov 25, 2018

Conversation

rpalakkal
Copy link
Contributor

added vgg19 keras model to model zoo
export to keras works fine
export to caffe worked once but not working anymore

export to keras and caffe works, not to tensorflow
@yashdusing
Copy link
Contributor

Hey @rpalakkal ! Since vgg16 is already present in the model zoo, we would encourage you to add some other model to the model zoo

@rpalakkal
Copy link
Contributor Author

Hello @yashdusing Just added ZFNet to the model zoo; exporting only works for keras.

Copy link
Member

@Ram81 Ram81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rpalakkal can you remove vgg19 and test whether export functionality works for zfnet and mention the same in tested_models.md. Can you also post a screen shot of the model here.

@rpalakkal
Copy link
Contributor Author

@Ram81 I just removed vgg19 and export functionality works for all platforms(caffe, tensorflow, keras) - I added this to the tested_models.md file. I've also attached the screenshot
screen shot 2018-11-21 at 2 13 24 pm

@@ -17,6 +17,7 @@
* DeepYeast [\[Source\]](http://kodu.ut.ee/~leopoldp/2016_DeepYeast/code/caffe_model/)[\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20180102135425bzkzy)
* SpeechNet [\[Source\]](https://github.com/pannous/caffe-speech-recognition)[\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20180102135032ctsho)
* SENet [\[Source\]](https://github.com/hujie-frank/SENet) [\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20180106091323ectck)
* SENet [\[Source\]](https://github.com/dandxy89/ImageModels/blob/master/ZFNet.ipynb)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rpalakkal can you change the name of the model you kept it SENet

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ram81 just fixed the typo

@Ram81 Ram81 merged commit 67f1dcf into Cloud-CV:master Nov 25, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants