Skip to content

Commit

Permalink
通用pytorch models
Browse files Browse the repository at this point in the history
Signed-off-by: ZengHedong <[email protected]>
  • Loading branch information
zhd5120153951 committed Feb 21, 2024
1 parent 5576e64 commit 829de0d
Show file tree
Hide file tree
Showing 63 changed files with 3,920 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions PyTorch/ObjectDetection/README.md
145 changes: 145 additions & 0 deletions PyTorch/ObjectDetection/yolo_net/Darknet19.py
139 changes: 139 additions & 0 deletions PyTorch/ObjectDetection/yolo_net/Darknet53.py
158 changes: 158 additions & 0 deletions PyTorch/ObjectDetection/yolo_net/YOLOV1_Net.py
2 changes: 2 additions & 0 deletions PyTorch/Segmentation/README.md
86 changes: 86 additions & 0 deletions PyTorch/Segmentation/fcn_net/fcn32s.py
101 changes: 101 additions & 0 deletions PyTorch/Segmentation/fcn_net/vgg.py
98 changes: 98 additions & 0 deletions PyTorch/cnn_models/AlexNet.py
249 changes: 249 additions & 0 deletions PyTorch/cnn_models/DenseNet.py
299 changes: 299 additions & 0 deletions PyTorch/cnn_models/GoogleNet.py
187 changes: 187 additions & 0 deletions PyTorch/cnn_models/GoogleNet_base.py
285 changes: 285 additions & 0 deletions PyTorch/cnn_models/InceptionNet_v2.py
555 changes: 555 additions & 0 deletions PyTorch/cnn_models/InceptionNet_v3.py
72 changes: 72 additions & 0 deletions PyTorch/cnn_models/LeNet5.py
139 changes: 139 additions & 0 deletions PyTorch/cnn_models/NinNet.py
2 changes: 2 additions & 0 deletions PyTorch/cnn_models/README.md
240 changes: 240 additions & 0 deletions PyTorch/cnn_models/ResNet.py
169 changes: 169 additions & 0 deletions PyTorch/cnn_models/ResNet_18.py
191 changes: 191 additions & 0 deletions PyTorch/cnn_models/ResNet_34.py
210 changes: 210 additions & 0 deletions PyTorch/cnn_models/ResNet_50.py
89 changes: 89 additions & 0 deletions PyTorch/cnn_models/SPPnet.py
139 changes: 139 additions & 0 deletions PyTorch/cnn_models/VGG.py
138 changes: 138 additions & 0 deletions PyTorch/cnn_models/VGG_16.py
134 changes: 134 additions & 0 deletions PyTorch/cnn_models/VGG_19.py
6 changes: 6 additions & 0 deletions PyTorch/cnn_models/__init__.py
Binary file added PyTorch/cnn_models/paper/2018081509275780.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyTorch/cnn_models/paper/AlexNet.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/DenseNet.pdf
Binary file not shown.
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/InceptionV2.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/Inceptionv3.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/Inceptionv4.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/LeNet.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/NIN.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/ResNet.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/VGG.pdf
Binary file not shown.
Binary file added PyTorch/cnn_models/paper/inceptionv1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyTorch/cnn_models/paper/inceptionv2params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions PyTorch/cnn_models/test.py

0 comments on commit 829de0d

Please sign in to comment.