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.

Syncing don't update existing runs but create new ones

See original GitHub issue
  • Weights and Biases version: wandb, version 0.8.9
  • Python version: Python 3.7.4
  • Operating System: Linux 5.2.11 (Archlinux)

Description

Trying to sync runs launched on an offline compute server.

Downloading runs from the server to my local machine via ssh and then running wandb sync run-xxxxxx to push them online.

It works and push everything on wandb.com but instead of updating existing runs with new datas, it creates a new runs everytime.

If I sync it x times I will get x similar runs (just longer steps) on the website.

What I Did

Downloading runs from the server : rsync -r --copy-links user@server:folder local_folder

Syncing the downloaded runs (go to the folder and run) :find wandb/run* -maxdepth 0 -type d -exec wandb sync {} \; > result.out so it update for all runs

Everything of this works but duplicate each of the runs. This issue is to allow the sync command to update existing runs

Thanks in advance

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
noklamcommented, Feb 18, 2021

sorry I cannot confirm on this, I have not used it in a while. If I am blocking you to close this issue, feel free to ignore me, thank you.

1reaction
issue-label-bot[bot]commented, Sep 9, 2019

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.79. 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

Fix SharePoint Online sync problems - Microsoft Support
Fix SharePoint Online sync problems · Check that you can access your SharePoint · Update to the latest version of OneDrive · Stop...
Read more >
Fix account sync issues - Android Help - Google Support
Most sync issues are temporary. Usually, your account will sync again after a few minutes. But if you keep having sync issues, try...
Read more >
Intro to syncing your Mac and your devices - Apple Support
On your Mac, you can sync—set up, manage, and add content—to your iPhone, iPad, or iPod touch.
Read more >
How Quote Syncing Works - Salesforce Help
Quote syncing lets you link a quote to the opportunity that it was created from and synchronize all updates between the two records....
Read more >
Git will not init/sync/update new submodules - Stack Overflow
You do not follow git submodule add ... with a git submodule init (or git ... to delete the submodules/thing folder, commit the...
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