chenyuntc / pytorch-book

PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
MIT License
11.99k stars 3.73k forks source link

第08章-neural_style / PackedVGG.py模型feature #206

Closed NoveraCheng closed 4 years ago

NoveraCheng commented 4 years ago

书中在PackedVGG.py代码中有这样一个注释# features的第3,8,15,22层分别是: relu1_2,relu2_2,relu3_3,relu4_3 查看vgg模型features所有层输出情况,看着对不上,请问是哪里理解错了? image