sunshineatnoon / LinearStyleTransfer

This is the Pytorch implementation of "Learning Linear Transformations for Fast Image and Video Style Transfer" (CVPR 2019).
https://sites.google.com/view/linear-style-transfer-cvpr19/
BSD 2-Clause "Simplified" License
380 stars 87 forks source link

[code] Question about Vggnet #19

Closed Luciferkiss closed 2 years ago

Luciferkiss commented 2 years ago

Hi, thank you for your great work! I find that your vgg19's layers and parameters are both different from what i use .I wanna know how you get your vgg19 and if it came from other people ,how can i get whole layer's parameters of vgg19 with the format of ".pth"? For example,your pretrained vgg19 model only has "vgg_r31.pth","vgg_r41.pth","vgg_r51.pth",and what if i want to use relu_5_2 in vggnet? here is part of your vggnet: DUQ 7~RS0C4 Z0P) }I3 QN here is part of my vggnet: NWJ0(@FQ~R16KF93E27BMZB

sunshineatnoon commented 2 years ago

The VGG is from the WCT algorithm.