LayerBatchNormPaths
class LayerBatchNormPaths(layerName: String, gammaPath: String, betaPath: String, movingMeanPath: String, movingVariancePath: String) : LayerPaths
Content copied to clipboard
Contains layerName, gammaPath, betaPath, movingMeanPath, movingVariancePath for BatchNorm layer, found in hdf5 file via
recursivePrintGroupInHDF5File()
function call.
Constructors
LayerBatchNormPaths
Link copied to clipboard