Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vgg Net

Why Does Vgg.prepare() Method Create 9 Copies Of The Given Image?

I get this result when I apply vgg.prepare() to the following image: I use this line of code: Image… Read more Why Does Vgg.prepare() Method Create 9 Copies Of The Given Image?

Keras - All Layer Names Should Be Unique

I combine two VGG net in keras together to make classification task. When I run the program, it sho… Read more Keras - All Layer Names Should Be Unique