LayerConvOrDensePaths

class LayerConvOrDensePaths(layerName: String, kernelPath: String, biasPath: String) : LayerPaths

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)

Properties

biasPath
Link copied to clipboard
val biasPath: String

Path to the bias data.

kernelPath
Link copied to clipboard
val kernelPath: String

Path to the kernel data.

layerName
Link copied to clipboard
val layerName: String

Name of the target layer.