Densenet121 Class

Float-32 Version of Densenet.

This model is in RGB format, and has a scaling factor of 0.017

Create a Float-32 version of Densenet. This model is in RGB format.

Inheritance
azureml.accel.models._densenet121.AbstractDensenet121
Densenet121

Constructor

Densenet121(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 densenet 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.