Vgg16 Class

Float-32 Version of VGG-16.

This model is in RGB format.

Create a Float-32 version of VGG 16.

Inheritance
azureml.accel.models._vgg16.AbstractVgg16
Vgg16

Constructor

Vgg16(model_base_path, is_frozen=False)

Parameters

model_base_path
Required

Path to download the model into. Used as a cache locally.

is_frozen
default value: False

Should the weights of the vgg-16 be frozen when it is imported. Freezing the weights can lead to faster training time, but may cause your model to perform worse overall. Defaults to false.