ModelZoo.pytorch
Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64🌟 GhostNet1.3x 75.78🌟 (by PistonY)
pytorch2keras
PyTorch to Keras model convertor (by gmalivenko)
ModelZoo.pytorch | pytorch2keras | |
---|---|---|
1 | 2 | |
49 | 860 | |
- | 0.0% | |
0.0 | 0.0 | |
almost 5 years ago | over 2 years ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ModelZoo.pytorch
Posts with mentions or reviews of ModelZoo.pytorch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-18.
-
[D] Any good resources/repositories to get ImageNet trained models?
Google for 'model zoo' and the terms you want. Here's one that comes up with label smoothing: https://github.com/PistonY/ModelZoo.pytorch
pytorch2keras
Posts with mentions or reviews of pytorch2keras.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Help Needed: Converting PlantNet-300k Pretrained Model Weights from Tar to h5 Format Help
It's almost certainly a pickled pytorch model so you will first need to load it using pytorch and then write it out to h5 (legacy keras format) with https://github.com/gmalivenko/pytorch2keras.
-
Is Pytorch good deployment wise?
But of course, you can always train a model with one framework and run inference with another. For instance, pytorch2keras does exactly this.
What are some alternatives?
When comparing ModelZoo.pytorch and pytorch2keras you can also consider the following projects:
simpleT5 - simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train your T5 models.
NudeNet - Neural Nets for Nudity Detection and Censoring
MEAL-V2 - MEAL V2: Boosting Vanilla ResNet-50 to 80%+ Top-1 Accuracy on ImageNet without Tricks. In NeurIPS 2020 workshop.
facenet-pytorch - Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
mmpretrain - OpenMMLab Pre-training Toolbox and Benchmark
cnn-watermark-removal - Fully convolutional deep neural network to remove transparent overlays from images