MCPcopy Create free account
hub / github.com/BVLC/caffe / Net_LoadHDF5

Function Net_LoadHDF5

python/caffe/_caffe.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void Net_LoadHDF5(Net<Dtype>* net, string filename) {
164 net->CopyTrainedLayersFromHDF5(filename.c_str());
165}
166
167void Net_SetInputArrays(Net<Dtype>* net, bp::object data_obj,
168 bp::object labels_obj) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected