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

Function share_weights

python/caffe/_caffe.cpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void share_weights(Solver<Dtype>* solver, Net<Dtype>* net) {
306 net->ShareTrainedLayersWith(solver->net().get());
307}
308
309template<typename Dtype>
310class NetCallback: public Net<Dtype>::Callback {

Callers

nothing calls this directly

Calls 3

netMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected