trunc_normal_ {fastai} | R Documentation |
Trunc_normal_
Description
Truncated normal initialization (approximation)
Usage
trunc_normal_(x, mean = 0, std = 1)
Arguments
x |
tensor |
mean |
mean |
std |
standard deviation |
Value
tensor
[Package fastai version 2.2.2 Index]