icnr_init {fastai} | R Documentation |
Icnr_init
Description
ICNR init of 'x', with 'scale' and 'init' function
Usage
icnr_init(x, scale = 2, init = nn()$init$kaiming_normal_)
Arguments
x |
tensor |
scale |
int, scale |
init |
initializer |
Value
None
[Package fastai version 2.2.2 Index]