PENet_ICRA2021 icon indicating copy to clipboard operation
PENet_ICRA2021 copied to clipboard

why training using original CSPN implementation and inference using accelerated CSPN

Open dongliangcao opened this issue 4 years ago • 1 comments
trafficstars

Hi, thanks for your great work! I am wondering why during the training, the original CSPN is used. Because as you mentioned in the paper, the new implemented one is much faster.

dongliangcao avatar Jun 07 '21 09:06 dongliangcao

Thanks for your interest! Actually the accelerated CSPN is originally designed for dilated CSPN as the sample and stitch steps are time consuming. And the introduced unfolding operation is time saving yet GPU consuming. So here is the answer: the original CSPN is more friendly for devices with smaller GPU memory.

JUGGHM avatar Jun 07 '21 12:06 JUGGHM