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

Function Net_SaveHDF5

python/caffe/_caffe.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void Net_SaveHDF5(const Net<Dtype>& net, string filename) {
160 net.ToHDF5(filename);
161}
162
163void Net_LoadHDF5(Net<Dtype>* net, string filename) {
164 net->CopyTrainedLayersFromHDF5(filename.c_str());

Callers

nothing calls this directly

Calls 1

ToHDF5Method · 0.80

Tested by

no test coverage detected