src.backboneΒΆ

Classes

NoBackbone

A model with no CNN backbone for non-image data.

VGG16

VGG16 without batch normalization or final layers.

VGG16_base

The base class of VGG16.

VGG16_bn

VGG16 with batch normalization, without final layers.

VGG16_bn_final

VGG16 with batch normalization and final layers.

VGG16_final

VGG16 without batch normalization, with final layers.