You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please guide me on how can I change the in btw layer or last layer
shape, classes = (150, 150, 3), 11
x = keras.layers.Input(shape)
model = keras_resnet.models.ResNet50(x, classes=classes)
model.add(Dense(11, activation = "softmax")) <----- How can I add this layer? or make it last layer
model.compile(Adam(lr=0.0001), loss='binary_crossentropy', metrics=['accuracy'])
Thanks,
Arindam
The text was updated successfully, but these errors were encountered:
Please guide me on how can I change the in btw layer or last layer
Thanks,
Arindam
The text was updated successfully, but these errors were encountered: