|
| 1 | +بسم الله الرحمن الرحیم |
| 2 | +پیاده سازی پایتورچ سیمپل نت |
1 | 3 | # SimpleNet in Pytorch
|
2 | 4 | SimpleNetV1 architecture implementation in Pytorch
|
3 | 5 |
|
@@ -39,7 +41,8 @@ The original Caffe implementation can be found here : [Original Caffe implementa
|
39 | 41 | | SimpleNetV1_imagenet(5.78 MB) | 1.5m | 61.524/83.43 | 69.11/88.10 |
|
40 | 42 |
|
41 | 43 | SimpleNet performs very decently, it outperforms VGGNet, variants of ResNet and MobileNets(1-3)
|
42 | | -and its pretty fast as well! |
| 44 | +and its pretty fast as well! and its all using plain old CNN!. |
| 45 | +For benchmark results [look here](https://github.com/Coderx7/SimpleNet_Pytorch/tree/master/ImageNet/training_scripts/imagenet_training/results) |
43 | 46 |
|
44 | 47 | -- The models pretrained weights (pytorch, onnx, jit) can be found in [Release section](https://github.com/Coderx7/SimpleNet_Pytorch/releases)
|
45 | 48 |
|
|
0 commit comments