BatchNorm3d Type
Namespace: DiffSharp.Model
Assembly: DiffSharp.Core.dll
Base Type: Model
Constructors
BatchNorm3d(numFeatures, ?eps, ?momentum, ?affine, ?trackRunningStats, ?reversible)
|
Parameter Types:
-
numFeatures
:
int
-
?eps
:
double
-
?momentum
:
Tensor
-
?affine
:
bool
-
?trackRunningStats
:
bool
-
?reversible
:
bool
Return Type:
BatchNorm3d
|