Deeplearning with pytorch p1ch2

Deeplearning with pytorch p1ch2

  • AlexNet & ResNet
    • ResNet & resnet101

AlexNet & ResNet

ResNet & resnet101

ResNet:residual networks
resnet101多层神经网络结构,今天的主要收获如下

  1. 更改jupyter默认文件路径;
  2. torchvision中的models,transforms模块;
  3. PIL的Image模块 ;
  4. torch中的max,nn.functional.softmax,sort模块;

用已经训练好的Resnet101模型来对一张金毛犬进行了识别。看了11页英文觉得好累(太弱了)嘤。

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