-
Notifications
You must be signed in to change notification settings - Fork 418
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
A couple of pretrained models? #8
Comments
I guess so, yes! In what form would these recipes be? Ideally, I guess they'd construct the network in Python code, download and read the original model files (e.g., in matlab format for the first web site) and use |
I'm wondering if these should really be recipes. Maybe a small add-on library is better suited? Just a serving suggestion. |
Since pretrained models are nearly all we have in Recipes so far, I think it's a pretty good fit :) But maybe creating a new top level directory for models would make sense. |
Yeah, I think we should also keep them here, this is where people will come looking for them. A separate subdirectory for pre-trained models is not a bad idea. |
I'm still sad we didn't go for food-related directory names: |
there's no guarantee that this (remarkably well working) analogy will keep being productive though :p |
I have Lasagne versions of vgg-16, vgg-19 and googlenet with their pretrained parameters:
http://www.vlfeat.org/matconvnet/pretrained/
https://github.com/BVLC/caffe/tree/master/models/bvlc_googlenet
Would there be interest in adding these recipes? I reckon these recipes are more the microwave lasagne kind, but this might interest people too?
The text was updated successfully, but these errors were encountered: