Resnet50 Class

Float-32 Version of Resnet-50.

Create a Float-32 version of resnet 50.

Inheritance
azureml.accel.models._resnet50.AbstractResnet50
Resnet50

Constructor

Resnet50(model_base_path, is_frozen=False)

Parameters

Name Description
model_base_path
Required

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

is_frozen

Should the weights of the resnet-50 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.

default value: False