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

Model Zoo #16

Merged
merged 2 commits into from
Sep 1, 2015
Merged

Model Zoo #16

merged 2 commits into from
Sep 1, 2015

Conversation

ebenolson
Copy link
Member

No description provided.

@dnouri
Copy link
Member

dnouri commented Aug 31, 2015

Very cool. Though would it make sense to turn this into a package maybe rather than a bunch of Python files?

@ebenolson
Copy link
Member Author

Possibly.. then we could add some shared code to automatically grab the weight files which would be nice.

I suppose the whole repo could be a package, then people could do something like

import recipes
net = recipes.modelzoo.googlenet.build_model()

That would also make utils more accessible.

If you feel like coming up with an improved organization, feel free to make a PR, I've been focused on just getting some stuff up there.

@benanne
Copy link
Member

benanne commented Aug 31, 2015

This is really awesome!

I like the idea of turning recipes into a package. We should definitely look into that.

ebenolson added a commit that referenced this pull request Sep 1, 2015
@ebenolson ebenolson merged commit 6ab2de5 into Lasagne:master Sep 1, 2015
@f0k
Copy link
Member

f0k commented Sep 1, 2015

Whatever comes out of that, I would prefer to replace modelzoo with something fitting Lasagne/Recipes :)

@benanne
Copy link
Member

benanne commented Sep 1, 2015

Any suggestions?

@f0k
Copy link
Member

f0k commented Sep 1, 2015

#8 (comment)!

takeaway, precooked, deepfrozen (did you notice it has "deep" in it? :D)

@benanne
Copy link
Member

benanne commented Sep 1, 2015

Haha, I think I like takeaway best, as a metaphor :)

@f0k
Copy link
Member

f0k commented Sep 2, 2015

I also like the metaphor of deepfrozen -- it's a premade multi-layered dish, everything is fixed, and can be defrosted whenever you need it. (And did you notice it has "deep" in it? Can't stress that enough ;) .)

@benanne
Copy link
Member

benanne commented Sep 2, 2015

okay, okay, deepfrozen is fine as well :)

@benanne
Copy link
Member

benanne commented Sep 13, 2015

I guess this one is also worth adding! https://github.com/google/inception

@ebenolson
Copy link
Member Author

what's the difference between that and the caffe googlenet model?

@benanne
Copy link
Member

benanne commented Sep 13, 2015

Good question :) I guess a comparison would be interesting! The main thing is that it comes from Google itself, it's always nice to have the original rather than a reproduction (which may potentially differ from the original).

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

4 participants