black-puppydog/pytorch_vgg_named
Provides VGG networks to do things like this: r11, r31, r51 = net.forward(targets=['relu1_1', 'relu3_1', 'relu5_1']). Nuff said. :)
PythonNOASSERTION
Provides VGG networks to do things like this: r11, r31, r51 = net.forward(targets=['relu1_1', 'relu3_1', 'relu5_1']). Nuff said. :)
PythonNOASSERTION