Skip to content

Commit

Permalink
Pytorch CIFAR图像分类 ShuffleNetv2篇
Browse files Browse the repository at this point in the history
Pytorch CIFAR图像分类 ShuffleNetv2篇
  • Loading branch information
Kedreamix committed Dec 3, 2023
1 parent 3e3ce5e commit 623d34f
Show file tree
Hide file tree
Showing 3 changed files with 1,139 additions and 1 deletion.
1 change: 1 addition & 0 deletions CIFAR10/Pytorch CIFAR-10分类 (ShuffleNetv2).ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
- [Pytorch CIFAR10 图像分类 Vision Transformer篇](https://redamancy.blog.csdn.net/article/details/126751948)
- [Pytorch CIFAR10图像分类 EfficientNet篇](https://blog.csdn.net/weixin_45508265/article/details/128585354)
- [Pytorch CIFAR10图像分类 ShuffleNet篇](https://blog.csdn.net/weixin_45508265/article/details/130945031)
- [Pytorch CIFAR10图像分类 ShuffleNetv2篇](https://blog.csdn.net/weixin_45508265/article/details/130938341)

> 具体的详情可以关注[Pytorch CIFAR10图像分类汇总篇](https://redamancy.blog.csdn.net/article/details/119285255)
Expand Down Expand Up @@ -111,7 +112,7 @@
- [x] Efficientent
- [x] ViT
- [x] ShuffleNetv1
- [ ] ShuffleNetv2
- [x] ShuffleNetv2
- [ ] Swin-Transformer
- [ ] ConvNeXt
- [ ] ConvNeXtv2
Expand Down
Loading

0 comments on commit 623d34f

Please sign in to comment.