fedlab_core.models.vgg
¶
Module Contents¶
Functions¶
|
VGG 11-layer model (configuration “A”) |
|
VGG 11-layer model (configuration “A”) with batch normalization |
|
VGG 13-layer model (configuration “B”) |
|
VGG 13-layer model (configuration “B”) with batch normalization |
|
VGG 16-layer model (configuration “D”) |
|
VGG 16-layer model (configuration “D”) with batch normalization |
|
VGG 19-layer model (configuration “E”) |
|
VGG 19-layer model (configuration ‘E’) with batch normalization |
-
class
fedlab_core.models.vgg.
VGG
(features)¶ Bases:
torch.nn.Module
VGG model
-
forward
(self, x)¶
-
-
fedlab_core.models.vgg.
vgg11
()¶ VGG 11-layer model (configuration “A”)
-
fedlab_core.models.vgg.
vgg11_bn
()¶ VGG 11-layer model (configuration “A”) with batch normalization
-
fedlab_core.models.vgg.
vgg13
()¶ VGG 13-layer model (configuration “B”)
-
fedlab_core.models.vgg.
vgg13_bn
()¶ VGG 13-layer model (configuration “B”) with batch normalization
-
fedlab_core.models.vgg.
vgg16
()¶ VGG 16-layer model (configuration “D”)
-
fedlab_core.models.vgg.
vgg16_bn
()¶ VGG 16-layer model (configuration “D”) with batch normalization
-
fedlab_core.models.vgg.
vgg19
()¶ VGG 19-layer model (configuration “E”)
-
fedlab_core.models.vgg.
vgg19_bn
()¶ VGG 19-layer model (configuration ‘E’) with batch normalization