내용으로 건너뛰기
Out of the Box
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
Fold/unfold all
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
language_models_are_unsupervised_multitask_learners
•
2023-08_jiang_chinese_open_foundation_language_model
•
2021-01_zero-shot_text-to-image_generation
•
2023-04_gymnax_reinforcement_learning_environments_in_jax
•
2020-05_a_distributional_view_on_multi-objective_policy_optimization
•
sphinx
•
faster
•
2024-01_continual_learning_with_pre-trained_models_a_survey
•
2024-01_speechagents_human-communication_simulation_with_multi-modal_multi-agent_systems
•
system_monitoring
tensorboard
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== Tensorboard ====== 기록된 event파일에서 데이터 읽기 <code python> from tensorflow.python.summary.summary_iterator import summary_iterator ... for e in tf.train.summary_iterator(path_to_events_file): for v in e.summary.value: if v.tag == 'loss' or v.tag == 'accuracy': print(v.simple_value) </code> * https://stackoverflow.com/questions/37304461/tensorflow-importing-data-from-a-tensorboard-tfevent-file
tensorboard.txt
· 마지막으로 수정됨:
2024/03/23 02:38
저자
127.0.0.1
문서 도구
문서 보기
이전 판
역링크
Fold/unfold all
맨 위로