Can I export a tensorflow summary to CSV?

后端 未结 4 810
太阳男子
太阳男子 2020-12-14 18:07

Is there a way to extract scalar summaries to CSV (preferably from within tensorboard) from tfevents files?

Example code

The following code generates tfeve

4条回答
  •  独厮守ぢ
    2020-12-14 18:29

    Just check the "Data download links" option on the upper-left in TensorBoard, and then click on the "CSV" button that will appear under your scalar summary.

提交回复
热议问题