Adding More Models to Modelzoo #86
Description
I'd really like get more models into lucid modelzoo.
Background
It seems like there are two major reservoirs of pre-trained models: tf slim and caffe. Most pre-trained models online come from one of those. In many cases, there are two different pre-trained models going by the same name floating around, because both projects re-implemented the model. (tf-hub seems to mostly be repackaging a subset of the tf-slim models.)
Typically, neither of these sources is the canonical model.
Questions / Considerations
Should we really be creating another model zoo, or is there a way we could just pull from an existing one?
- Only tf-hub seems provide models in an easy to import way; it's mostly a subset of slim.
- We want models from different sources
- We may want more meta-data than others
How do we deal with multiple different implementations of the "same" model?
- Post-fix names (eg.
InceptionV3_slim
?)
It would be really nice to have the same model trained on multiple datasets for some experiments
What meta-data should we be including about models?