Was this section helpful?
nn.Dropout2d
, which implements Spatial Dropout by randomly zeroing out entire feature maps in 2D inputs.nn.LSTM
, detailing its parameters including the dropout
parameter for applying dropout between the outputs of stacked RNN layers.