Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document and improve summary data logging with tensorboard. #594

Closed
lappalainenj opened this issue Jan 24, 2022 · 1 comment · Fixed by #704
Closed

Document and improve summary data logging with tensorboard. #594

lappalainenj opened this issue Jan 24, 2022 · 1 comment · Fixed by #704
Labels
documentation Improvements or additions to documentation

Comments

@lappalainenj
Copy link
Contributor

lappalainenj commented Jan 24, 2022

Method _summarize of NeuralInference logs to tensorboards SummaryWriter variables with names:

  • median_observation_distances
  • epochs_trained
  • best_validation_log_prob
  • validation_log_probs_across_rounds
  • train_log_probs_across_rounds
  • epoch_durations_sec_across_rounds

Their meanings are not documented. Also, the usage of x_0 is deprecated and can be removed.

@lappalainenj lappalainenj added the documentation Improvements or additions to documentation label Jan 24, 2022
@lappalainenj
Copy link
Contributor Author

#586 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant