ijkguo / mx-rcnn

Parallel Faster R-CNN implementation with MXNet.
Other
671 stars 290 forks source link

A little trick to avoid re-initialize module again #89

Closed chinakook closed 6 years ago

ijkguo commented 6 years ago

Unfortunately it is not faster on my end. The saved part was Module.init. The slower Module.bind is still there.