Resnet152 Class

Float-32 Version of Resnet-152.

Create a Float-32 version of resnet 152.

Inheritance
azureml.accel.models._resnet152.AbstractResnet152
Resnet152

Constructor

Resnet152(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 resnet-152 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.