Back to Cntk

CNTK Examples: Image/Classification/VGG

Examples/Image/Classification/VGG/BrainScript/README.md

2015-12-08601 B
Original Source

CNTK Examples: Image/Classification/VGG

BrainScript

VGG16_ImageNet.cntk

This is the VGG model that contains 16 layers, which was referred as ConvNet configuration D in the original paper.

Run the example from the current folder using:

cntk configFile=VGG16_ImageNet.cntk

VGG19_ImageNet.cntk

This is the VGG model that contains 19 layers, which was referred as ConvNet configuration E in the original paper.

Run the example from the current folder using:

cntk configFile=VGG19_ImageNet.cntk