Learning Rate Dropout
https://arxiv.org/abs/1912.00144
examples
options
attribute | description | type |
dropout | 0-1 dropout ratio. Defaults to | float |
ones | The gradient multiplier when not dropped out. Defaults to | float |
zeros | The gradient multiplier when dropped out. Defaults to | float |
skip_d | skip d gradients Defaults to | boolean |
skip_g | skip g gradients Defaults to | boolean |
Floats are configurable parameters
Last updated