resnet152v2

fun resnet152v2(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional

Instantiates the ResNet152V2 architecture as a Functional model.

See also

Parameters

imageSize

Height = width of image.

numberOfClasses

Number of neurons in the last layer (usually, Dense layer).

lastLayerActivation

Activation for last layer (usually, Dense layer).