keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.76k stars 2.04k forks source link

Code Example on DropBlock2D Layer and its Regularization Impacts in Training ConvNets #909

Closed Nyandwi closed 1 year ago

Nyandwi commented 2 years ago

Hello,

I would like to make a code example on KerasCV DropBlock2D Layer and its regularization impact in training convolutional neural networks.

If this would be a nice thing to have on keras.io, I would be happy to work on it.

DropBlock2D Layer: https://keras.io/api/keras_cv/layers/regularization/dropblock2d/

Paper: https://arxiv.org/abs/1810.12890

LukeWood commented 2 years ago

@Nyandwi absolutely! Please do, and feel free to tag me in the PR. I am happy to review it for you.

Nyandwi commented 2 years ago

Thank you, @LukeWood!

I will tag you when the PR is ready.