light_head_rcnn icon indicating copy to clipboard operation
light_head_rcnn copied to clipboard

some suggestion about to accelerate speed

Open machanic opened this issue 6 years ago • 1 comments

some suggestion about to accelerate speed I found your data format is "NHWC" , but according to page : https://www.tensorflow.org/performance/performance_guide NHWC is the TensorFlow default and NCHW is the optimal format to use when training on NVIDIA GPUs using cuDNN. You should use NCHW as your CNN format, and your nms, ps roi pooling may also need change.

machanic avatar May 30 '18 12:05 machanic

If you use GPU, you should always use NCHW

machanic avatar May 30 '18 12:05 machanic