Class SpatialDropout2D
scisharp.github.io › Keras › apiSpatialDropout2D (Single, String, Shape) Initializes a new instance of the Spatial Dropout2D class. Declaration public SpatialDropout2D(float rate, string data_format = "", Shape input_shape = null) Parameters Implements System.IDisposable Improve this Doc View Source In This Article Constructors Implements
SpatialDropout2D layer - Keras
keras.io › api › layersSpatialDropout2D class tf.keras.layers.SpatialDropout2D(rate, data_format=None, **kwargs) Spatial 2D version of Dropout. This version performs the same function as Dropout, however, it drops entire 2D feature maps instead of individual elements.