public class VarScalingNormalFanOutInitScheme extends BaseWeightInitScheme
| Constructor and Description |
|---|
VarScalingNormalFanOutInitScheme(char order,
double fanOut) |
| Modifier and Type | Method and Description |
|---|---|
INDArray |
doCreate(int[] shape,
INDArray paramsView) |
WeightInit |
type()
The type of the weight init
|
create, create, handleParamsView, orderpublic VarScalingNormalFanOutInitScheme(char order,
double fanOut)
public INDArray doCreate(int[] shape, INDArray paramsView)
doCreate in class BaseWeightInitSchemepublic WeightInit type()
WeightInitSchemeCopyright © 2018. All rights reserved.