Fix issue with VGG16 from slim. The slim models adds the hot-encoded in the architecture function
Compare changes
+ 75
− 6
@@ -9,7 +9,11 @@ VGG16 and VGG19 wrappers
@@ -40,7 +44,10 @@ def vgg_19(inputs,
@@ -57,9 +64,71 @@ def vgg_16(inputs,