View source: R/vision_models.R
vgg19_bn | R Documentation |
VGG 19-layer model (configuration 'E') with batch normalization
vgg19_bn(pretrained = FALSE, progress)
pretrained |
pretrained or not |
progress |
to see progress bar or not |
"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>
model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.