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