Is there a way to feed live training (summary) metrics from TensorFlow/TensorBoard into Elastic or Prometheus, so I can visualize these outside of TensorBoard? I'd like to combine my visualizations with other metrics that are not available to TensorBoard.
Asked
Active
Viewed 187 times
1 Answers
0
You could read the tfevents files as described in https://stackoverflow.com/a/40029298/179444 and forward them to a prometheus pushgateway, expose them for scraping or index them in elasticsearch.

Daniel
- 12,445
- 4
- 21
- 18