MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.hdf5.IHDF5Load< T > Interface Template Reference

The HDF5Load interface is used to load weights into objects like a Net. More...

Inheritance diagram for MyCaffe.layers.hdf5.IHDF5Load< T >:
MyCaffe.layers.hdf5.HDF5< T >

Public Member Functions

void CopyTrainedLayersFromHDF5 (Net< T > net, Log log, string strFile)
 Copy the weights from an HDF5 file into a Net. More...
 

Detailed Description

The HDF5Load interface is used to load weights into objects like a Net.

Template Parameters
TSpecifies the base type of 'double' or 'float'.

Definition at line 17 of file HDF5.cs.

Member Function Documentation

◆ CopyTrainedLayersFromHDF5()

void MyCaffe.layers.hdf5.IHDF5Load< T >.CopyTrainedLayersFromHDF5 ( Net< T >  net,
Log  log,
string  strFile 
)

Copy the weights from an HDF5 file into a Net.

Parameters
netSpecifies the destination Net.
logSpecifies the output log.
strFileSpecifies the HDF5 file containing the source weights.

Implemented in MyCaffe.layers.hdf5.HDF5< T >.


The documentation for this interface was generated from the following file: