【PyTorch教程】pytorch入门系列 ——土堆教程的目录及索引

原作者为: nemo_0410

原作链接【PyTorch教程】pytorch入门系列 ——土堆教程的目录及索引_nemo_0410的博客-CSDN博客_pytorch 土堆icon-default.png?t=M276https://blog.csdn.net/weixin_42306148/article/details/123754540?spm=1001.2014.3001.5501


目录

  • P6-P7 数据加载
  • P8-9 Tensorboard使用
  • P10-11 Transform的用法
  • P12-13 常用的tranforms
  • P14 torchvision中的数据集的使用
  • P15 dataloader的使用
  • P16 nn.Module
  • P17 卷积
  • P18 卷积层使用
  • P19 池化
  • P20 ReLU
  • P21线性层和其它层
  • P22 squential和小实战
  • P23 loss function
  • P24 优化器
  • P25 pytorch中现有模型
  • P26 网络模型的保存和加载
  • P27、28、29 完整的模型套路
  • P30 GPU加速
  • P31 GPU加速_2
  • P32 完整的模型验证套路
  • P33 github的使用

 

你可能感兴趣的:(深度学习,深度学习)