I'm learning batchnormalisation and dropout. Saw this https://www.kaggle.com/ryanholbrook/dropout-and-batch-normalization. The model model = keras.Sequential([
I am working on a modified resnet, and want to insert dropout after activation layers. I have tried the following but due to the model not being sequential, it
From the Keras documentation: dropout: Float between 0 and 1. Fraction of the units to drop for the linear transformation of the inputs. recurrent_dropout: F