Removing points from run
See original GitHub issue- Weights and Biases version: wandb, version 0.8.22
- Python version: Python 3.7.6
- Operating System: Linux
Description
How can I manually remove some points from the run?
What I Did
In documentaion said, that I can modify run.history
, but, as far as I know, history
does not attribute, it’s a method, so I can’t set a new value to it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Removing points from run · Issue #810 · wandb ... - GitHub
Because of it, I'm wondering, how I can remove some points to continue working in same run instead of creating new.
Read more >How do I get rid of points from my New Jersey driving record
Points can be removed in several ways. Here are three of them: Taking a defensive driving program offered by the New Jersey Motor...
Read more >How to Remove Points from Your Texas Driver Record
How to Remove Points from Your Texas Driver Record. Published: July 27, 2020 ... Running a red light and hitting another car -...
Read more >How Can I Remove Points from My Driving Record? - WalletHub
You can remove points from your driving record by completing traffic school or a defensive driving course, if your state allows it.
Read more >How to Remove Points Off Your California License
Need to remove points off your California license? Here's how to clear DMV driving points from your California driving record fast & easy....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey, was this functionality added since? Culling a window of logs feels like useful functionality to us as well and we also have a usecase where we would use this post model collapse to resume from a past iteration checkpoint. Thanks
I also have a use case for this. In population-based training you sometimes want to kill unsuccessful models in the population and restart them from an older checkpoint with a different set of hyperparameters. Sometimes you need to do it multiple times trying multiple sets of parameters. As a result, WandB logs become a mess with different attempts writing over each other.
Deleting all metrics in a specified [x1, x2] window would’ve been very useful!