You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- After nearly 7 years I could finally get my hands on a good GPU(RTX3080) and train the model on imagenet!
35
-
I used [rwightman/pytorch-image-models](https://github.com/rwightman/pytorch-image-models) repository to train the models.
36
-
He did a great job by the way!
37
-
I'll be updating the whole repository in the upcomming days inshaalah!
38
-
SimpleNet performs very decently, it outperforms VGGNet, ResNet and even some variants of MobileNets(1-3)
39
-
and its fast, very fast! (based on the model up to 2x faster).
41
+
SimpleNet performs very decently, it outperforms VGGNet, variants of ResNet and MobileNets(1-3)
42
+
and its fast, very fast!
40
43
41
-
-- The models(pytorch, onnx, jit) can be found in [imagenet models directory](https://github.com/Coderx7/SimpleNet_Pytorch/tree/master/ImageNet%20models).
44
+
-- The models pretrained weights (pytorch, onnx, jit) can be found in [Release section](https://github.com/Coderx7/SimpleNet_Pytorch/releases)
42
45
43
46
44
47
#### CIFAR10/100 Results achieved using this implementation :
@@ -69,15 +72,8 @@ and its fast, very fast! (based on the model up to 2x faster).
69
72
70
73
71
74
#### Models and logs
72
-
-- Models and training logs can be found in [snapshot folder](https://github.com/Coderx7/SimpleNet_Pytorch/tree/master/snapshots).
0 commit comments