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