Skip to content

Latest commit

 

History

History
 
 

vgg16

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

VGG16

Description

VGG models perform image classification - they take images as input and classify the major object in the image into a set of pre-defined classes. They are trained on ImageNet dataset which contains images from 1000 classes.

VGG models provide very high accuracies but at the cost of increased model sizes. They are ideal for cases when high accuracy of classification is essential and there are limited constraints on model sizes.

Model

Model Download Top-1 accuracy (%) Top-5 accuracy (%)
VGG 16-fp32 527.8 MB 72.38 91.00

Dataset

ImageNet (ILSVRC2012).

References

Contributors

License

Apache 2.0