question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Overwriting old history

See original GitHub issue

Is it possible to overwrite old history with wandb. I have use-case, when my experiment diverged and I lowered learning rate and used older checkpoint to restart experiment, but wandb doesn’t overwrite history and shows me this warning: WARNING Adding to old History rows isn't currently supported.

I was wondering maybe there is flag to overwrite old history (didn’t find in documentation)? If there is no such flag, is it possible to add this as feature request? Thank you in advance!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:6
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
issue-label-bot[bot]commented, Oct 20, 2020

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.53. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

2reactions
vanpeltcommented, Oct 20, 2020

Hey @fgvbrt unfortunately the fundamental design of our current history store is immutable. We’re currently working on a new history implementation that should support this use case but it’s not likely to be completed until early next year. In the meantime, you can update the final value of any metrics logs with:

api = wandb.Api()
run = api.run("username/project/run_id")
run.summary.update({"key": value})
Read more comments on GitHub >

github_iconTop Results From Across the Web

Overwriting old history · Issue #1395 · wandb/wandb - GitHub
Is it possible to overwrite old history with wandb. I have use-case, when my experiment diverged and I lowered learning rate and used...
Read more >
How to Recover Overwritten Word Document & Excel File?
Select the Previous Versions tab and look for an earlier version of the overwritten file. Restoring a previous version of the folder. The ......
Read more >
How to Recover Overwritten Files Quickly - Nordic Backup
Restore Previous Versions (PC) – In Windows, if you right-click on a file, and go to “Properties,” you will see an option titled...
Read more >
【Fixed 2023】5 Ways to Recover Overwritten Files from ...
Method 1: Recover Overwritten Files No Previous Versions ... The following steps will explain how to restore overwritten files by restoring your system...
Read more >
Can you recover overwritten files on your hard drive?
Yes—you can recover a previous version of an overwritten file using the File History feature in Windows, or the Time Machine tool in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found