-
Notifications
You must be signed in to change notification settings - Fork 0
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
changes necessary for usage in earl #13
Conversation
Required so that we can omit arguments to jax.tree_util.register_dataclass in memory_writer.py. Change-Id: I02056109268dba6470865ee678fa63e3427db416
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #13 +/- ##
==========================================
+ Coverage 93.18% 93.53% +0.35%
==========================================
Files 37 42 +5
Lines 2361 2554 +193
==========================================
+ Hits 2200 2389 +189
- Misses 161 165 +4 ☔ View full report in Codecov by Sentry. |
Change-Id: I972488484fc357afbd9e19dc3c4a1898e8698cd4
547e630
to
d98c2c8
Compare
Change-Id: I2a6bf1d675b60d7862726f922c6f0c13836d0124
Change-Id: I146535ed4572b4e94769acdf843928ac1d6dab7b
writer: The underlying MetricWriter to wrap | ||
prefix: String to prepend to all keys | ||
suffix: String to append to all keys | ||
""" |
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.
probably should assert prefix | suffix
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.
The user will get exactly what they asked for which will come at a small performance cost. I'd rather "define errors out of existence".
Change-Id: I2a6bf1d675b60d7862726f922c6f0c13836d0124