norse.torch.models.vgg#
Functions
|
|
|
VGG 11-layer model (configuration "A") from "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 11-layer model (configuration "A") with batch normalization "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 13-layer model (configuration "B") "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 13-layer model (configuration "B") with batch normalization "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 16-layer model (configuration "D") "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 16-layer model (configuration "D") with batch normalization "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 19-layer model (configuration "E") "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
|
VGG 19-layer model (configuration 'E') with batch normalization "Very Deep Convolutional Networks For Large-Scale Image Recognition" Args: pretrained (bool): If True, returns a model pre-trained on ImageNet progress (bool): If True, displays a progress bar of the download to stderr |
Classes
|