how to get the Latency and GPU Mem
cjyiiiing opened this issue · 2 comments
cjyiiiing commented
Hi, I wonder how to get the Latency and GPU Mem in the paper. Could you tell me some details?
zhijian-liu commented
The latency should be fairly easy to be obtained by using the timer. GPU memory can be obtained from nvidia-smi
.
cjyiiiing commented
Thanks!