LayerConvOrDensePaths
class LayerConvOrDensePaths(layerName: String, kernelPath: String, biasPath: String) : LayerPaths
Content copied to clipboard
Contains layerName, kernelPath, biasPath for specific layer, found in hdf5 file via
recursivePrintGroupInHDF5File()
function call.
Constructors
LayerConvOrDensePaths
Link copied to clipboard
fun LayerConvOrDensePaths(layerName: String, kernelPath: String, biasPath: String)
Content copied to clipboard