-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add wandb to rsmexplain and rsmxval #627
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 95.87% 95.88%
=======================================
Files 60 60
Lines 9357 9378 +21
=======================================
+ Hits 8971 8992 +21
Misses 386 386
☔ View full report in Codecov by Sentry. |
…n rsmxval/explain
…n rsmxval/explain
8b7bcec
to
310eedd
Compare
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.
I tried out the rsmexplain
and rsmxval
tutorial and they both work great. The rsmxval
one was a bit on the slow side but I figured that was because there was a lot to log.
It would be nice to log more intermediate files from both tools but that can be an additional issue.
Added the option to pass a wandb_run object to all modules - that allows rsmxval to use a single object and also will allow passing it from external runs which can be useful.
Note that at this point rsmxval do not log the folds report and intermediate files, it will require additional handling.
rsmexplain logs only the final report, we can discuss which additional output/input files could be helpful to log.
See run examples for xval and explain