Standard format for Caffe models to enable easy distribution with forthcoming "model zoo"#917
Conversation
|
Oh my, you deleted the braincells quote :) |
.gitignore
Outdated
There was a problem hiding this comment.
I'm pretty sure examples should still be ignored. If you execute any ipynb it will change the contents since new matplotlib figures are generated but you hardly want to commit that.
4278286 to
c01f07a
Compare
|
@sergeyk rebased to fit paths to example standardization and took care of model extensions. Still need to fix model / path references in examples. |
|
I'm updating the Imagenet example now. |
|
@sergeyk awesome. Let me know if you need any help and I'll do a pass for merge. |
|
Okay I think this is done. Sadly, there is no commandline tool to download gists, and I'm not about to write github authentication code. We'll add that nicety later -- the upload works like clockwork now. |
Define standard format for Caffe models to open the "model zoo"
|
Thanks Sergey! This will be a good format for models coming out. A follow-up can add gist downloading. |
Define standard format for Caffe models to open the "model zoo"
Define standard format for Caffe models to open the "model zoo"
This PR will impose a certain structure on all example models we distribute, and add scripts to
Consult
docs/model_zoo.mdfor the proposed changes.