#9 · Primary category: Model Zoos & Hubs
imgclsmob
Sandbox for training deep learning networks
Project last updated:09/06/24
GitHub Stars
3.0K
Forks
551
Contributors
3
License
MIT
Why we included this project
If you build computer vision systems and often reuse pretrained backbones, this project saves you the usual boilerplate. It ships clean pip-installable packages for PyTorch, TensorFlow 1.x/2.x, Keras, MXNet/Gluon, and Chainer, each with a wide selection of classification, segmentation, detection, and pose estimation models. Pretrained weights for ImageNet, CIFAR, Cityscapes, COCO, and similar datasets load automatically when you instantiate a model, so you skip the download-and-map-to-weights step. Because the same architectures are mirrored across frameworks, it's also a convenient reference when you need to port a known model between ecosystems or verify that training behaves identically under different backends. The parent repository adds training and evaluation scripts if you want to go beyond loading a ready-made checkpoint.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
models.dev
An open-source database of AI models.
Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
huggingface_hub
The official CLI and Python client for the Hugging Face Hub.