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.

wandb local incomplete sync

See original GitHub issue

wandb, version 0.8.36 Python 3.7.4 Window 10

Description

Incomplete sync I am running the wandb Docker in local with wandb local. When I use wandb sync, it only sync parts of the experiment(config), but system metric, and charts are not sync (empty). I can see those metrics logged in local JSON file.

When I try to export the data to see if the metrics are sync properly, I get the error below

requests.exceptions.SSLError: HTTPSConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /graphql (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')])")))
wandb: Network error (SSLError), entering retry loop. See D:\Docker_Source\wandb\debug.log for full traceback.

What I Did

wandb local
wandb sync
export data (from UI)

image

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vanpeltcommented, May 28, 2020

I was able to sync it successfully on both cloud and onprem with the following command:

wandb sync -p sync_test run-20200523_054348-23h9haz8.

Can you run wandb --version to see what client library you’re using. I’m on 0.8.36

0reactions
noklamcommented, May 30, 2020

Good to know, looking forward to the new release. Appreciate your help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

wandb local incomplete sync · Issue #1066 - GitHub
I am running the wandb Docker in local with wandb local . When I use wandb sync , it only sync parts of...
Read more >
wandb sync - Documentation - Weights & Biases
Delete runs created before this many hours. To be used alongside --clean flag. --clean-force. Clean without confirmation prompt.
Read more >
EfficientNet+Mixup+K-Fold using TF and wandb - Kaggle
Syncing run fold_0 to Weights & Biases (Documentation). ... Run data is saved locally in /kaggle/working/wandb/run-20210128_115503-6ufw07vw.
Read more >
Package List — Spack 0.20.0.dev0 documentation
aws-ofi-rccl, perl-dbd-mysql, py-wandb ... It is especially valuable in programs that have several blocks of text that must be kept synchronized.
Read more >
IDT Office Hours Logs - HackMD
How do I get started transfering my workflow from my local machine (macbook) ... Wandb asks me to login during every run when...
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