MrKiing-Jin / MrKiing-Jin.github.io

May the force be with you!
5 stars 0 forks source link

深度学习-pytorch-经典CNN模型-VGG网络 | 蜡笔小金QAQ的个人主页 #13

Open MrKiing-Jin opened 2 years ago

MrKiing-Jin commented 2 years ago

https://www.mrking.space/2022/08/18/%E7%BB%8F%E5%85%B8CNN-VGG/

VGG网络模型结构图 代码实现1234567import torchfrom torch import nnfrom d2l import torch as d2lfrom torch.utils import datafrom torchvision import transformsimport torchvision%matplotlib inline 123456789101112de

Lotus-Lezy commented 2 years ago

この記事は本当によく書かれています、著者は非常に強力な人物に違いありませんね。