SsdVgg Class

Float-32 Version of SSD-VGG.

This model is in RGB format.

Create a Float-32 version of SSD-VGG.

Inheritance
azureml.accel.models._ssdvgg.AbstractSsdVgg
SsdVgg

Constructor

SsdVgg(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 model 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.