tensorboard
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
tensorboard [2020/10/22 16:20] – 만듦 rex8312 | tensorboard [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 4: | 줄 4: | ||
<code python> | <code python> | ||
+ | |||
+ | from tensorflow.python.summary.summary_iterator import summary_iterator | ||
+ | |||
+ | ... | ||
+ | |||
for e in tf.train.summary_iterator(path_to_events_file): | for e in tf.train.summary_iterator(path_to_events_file): | ||
for v in e.summary.value: | for v in e.summary.value: |
tensorboard.1603383648.txt.gz · 마지막으로 수정됨: (바깥 편집)