Re-examine dropblock parameter names
See original GitHub issueI think rate
is probably actually more descriptive.
Similarly, https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/regularization/dropblock_2d.py#L143 dropblock_size can probably just be block_size.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Feature #4475: default variable name for parameter
I would like to know if can be a good idea to have a default name for that parameter. I think it is...
Read more >DropBlock: A regularization method for convolutional networks
In this paper, we introduce DropBlock, a form of structured dropout, ... leads to better accuracy and more robust to hyperparameter choices.
Read more >DropBlock: A regularization method for convolutional networks
DropBlock has two main parameters which are block_size and γ. block_size is the size of the block to be dropped, and γ, controls...
Read more >A deep learning-based segmentation pipeline for profiling ...
The name of the model and number of parameters in italics are written on the ... of dropout for convolutional networks, DropBlock (Ghiasi...
Read more >Model Zoo - Deep learning code and pretrained models for ...
ModelZoo curates and provides a platform for deep learning researchers to easily find code and pre-trained models for a variety of platforms and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Sebastian!
True on the second point.
Let’s keep your PR focused to the first change - smaller PRs tend to be a lot easier to review and require a different set of approvals (I.e. I also want Scott’s opinion on the parameter naming)