User Portlet User Portlet

Discussions
I am trying to use a pre-trained VGG-16 as perceptual loss function. This is usually achieved by taking only the beginning of a VGG-16 network up to a given pooling layer. To do so, I did the following : vgg = NetModel["VGG-16 Trained on...