Study-Notes
Study-Notes copied to clipboard
PyTorch 资源&教程&文章&项目
教程
- Pytorch 官方文档
- [x] DEEP LEARNING WITH PYTORCH: A 60 MINUTE BLITZ--官方版本教程
- [ ] pytorch-tutorial--这个资源为深度学习研究人员提供了学习PyTorch的教程代码大多数模型都使用少于30行代码实现。 在开始本教程之前,建议先看完 Pytorch 官方教程。
- Awesome-pytorch-list--Github 的 Awesome系列Pytorch版!
- 《Pytorch模型训练实用教程》中配套代码
Github
- pretrained-models.pytorch--Pretrained ConvNets for pytorch: NASNet, ResNeXt, ResNet, InceptionV4, InceptionResnetV2, Xception, DPN, etc.
- Image_Segmentation--pytorch Implementation of U-Net, R2U-Net, Attention U-Net, Attention R2U-Net.
- pytorch-template
- [ ] pytorch_image_classification:各种分类网络的训练代码还有性能对比结果,论文
- [ ] Deep Tutorials for PyTorch:一系列基于 Pytorch 的教程,目前包括 caption、sequence labeling、object detection 和 Text Classification, 复现对应领域的某篇论文的代码