View source: R/vision_models.R
vgg13_bn | R Documentation |
VGG 13-layer model (configuration "B") with batch normalization
vgg13_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.