mit-han-lab/pvcnn

how to get the Latency and GPU Mem

cjyiiiing opened this issue · 2 comments

Hi, I wonder how to get the Latency and GPU Mem in the paper. Could you tell me some details?

The latency should be fairly easy to be obtained by using the timer. GPU memory can be obtained from nvidia-smi.

Thanks!