-
Notifications
You must be signed in to change notification settings - Fork 32
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
Move Tensorboard Integration #56
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
========================================
- Coverage 7.40% 2.32% -5.09%
========================================
Files 12 13 +1
Lines 27 86 +59
========================================
Hits 2 2
- Misses 25 84 +59 ☔ View full report in Codecov by Sentry. |
Fixed formatting
Fixed Sphinx warning Co-authored-by: Kento Nozawa <k_nzw@klis.tsukuba.ac.jp>
This pull request has not seen any recent activity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR. LGTM!
Please wait until the second review for the merge.
I'll merge this PR after optuna/optuna#5161 is merged. |
Motivation
Progress optuna/optuna#4484
Description of the changes
Move integration/tensorboard.py and its test from optuna/optuna