TensorFlow: How to measure how much GPU memory each tensor takes?

前端 未结 3 2182
无人及你
无人及你 2020-11-30 04:22

I\'m currently implementing YOLO in TensorFlow and I\'m a little surprised on how much memory that is taking. On my GPU I can train YOLO using their Darknet framework with b

3条回答
  •  暖寄归人
    2020-11-30 04:46

    See the description in this (commit). The memory allocation is raw info is there although it needs a script to collect the information in an easy to read form.

提交回复
热议问题