Learning Rate Dropout
https://arxiv.org/abs/1912.00144
Last updated
Was this helpful?
https://arxiv.org/abs/1912.00144
Last updated
Was this helpful?
attribute
description
type
dropout
0-1 dropout ratio. Defaults to 0.5
float
ones
The gradient multiplier when not dropped out. Defaults to 0.1
float
zeros
The gradient multiplier when dropped out. Defaults to 0.0
float
skip_d
skip d gradients
Defaults to false
boolean
skip_g
skip g gradients
Defaults to false
boolean