resnet50v2
fun resnet50v2(imageSize: Long = 224, numberOfClasses: Int = 10, numberOfInputChannels: Long = 3, lastLayerActivation: Activations = Activations.Linear): Functional
Content copied to clipboard
Instantiates the ResNet50V2 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).