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.

Create wandb run with run name that was previously deleted

See original GitHub issue

wandb --version && python --version && uname

  • Weights and Biases version: version 0.8.31 (I also had same issue on 0.9.4)
  • Python version: 3.7.3
  • Operating System: Linux

Description

I deleted one run in wandb web interface. Then I tried to create new run with the same name as deleted run, but I got error (see below). I often find useful to experiment with wandb logging before using it in training. Because wandb doesn’t allow overwriting data, I have to create new run every time for small test or wait until run overwrite all previous data. I think it would be more convenient for development to allow delete run (to clean run data) and then create new run with the same name.

What I Did

here is traceback

wandb: Tracking run with wandb version 0.8.31
wandb: Wandb version 0.9.4 is available!  To upgrade, please run:
wandb:  $ pip install wandb --upgrade
wandb: Run data is saved locally in wandb/run-20200811_221002-mpavlov-None-data-webt
wandb: ERROR Error while calling W&B API: run {my run name} was previously created and deleted; try a new run name (<Response [400]>)
wandb: ERROR Failed to connect to W&B. See {local path} for details.
wandb: ERROR W&B process (PID 71357) did not respond
wandb: ERROR W&B process failed to launch, see: wandb/debug.log

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:5
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

12reactions
zanknercommented, Mar 4, 2022

+1 on creating run with the id of a previously deleted run. Would greatly help me in reducing the complexity of resuming.

6reactions
issue-label-bot[bot]commented, Aug 12, 2020

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

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create wandb run with run name that was previously deleted
I deleted one run in wandb web interface. Then I tried to create new run with the same name as deleted run, but...
Read more >
Launch Experiments with wandb.init - Documentation
This creates a new run in W&B and launches a background process to sync data.
Read more >
Runs Table - Documentation - Weights & Biases
We support full regex search on run names in the table. ... Delete multiple runs at once, or tag a group of runs—...
Read more >
wandb.init - Documentation - Weights & Biases
wandb.init ; id. (str, optional) A unique ID for this run, used for resuming. It must be unique in the project, and if...
Read more >
Save & Restore Files - Documentation - Weights & Biases
When wandb.save is called it will list all files that exist at the provided path and create symlinks for them into the run...
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