-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
`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
…
-
Add them
-
### Description
In Python, bracketing patterns are typically represented using context managers. This ensures that the closing part of the bracket necessarily happens even in the case of exceptions.…
-
### Describe the bug
Reopening this https://github.com/wandb/wandb/issues/4208
When using long tags, offline runs fail to sync.
`wandb: ERROR Error while calling W&B API: invalid tag 'NaNinf-x…
-
### Describe the bug
Running `wandb.init(config=FILE)` whilst having `config-defaults.yaml` in the same directory throws `wandb.sdk.lib.config_util.ConfigError: Attempted to change value of key`
…
-
### Description
Sometimes a cluster node running a job with WandB logging loses connection to the internet. When this happens, `wandb.finish()` will run for the amount of time between when the functi…
-
### Ask your question
Hi, this issue comes from https://github.com/wandb/examples/issues/577, maybe you only need to answer once.
I combine my two tables together through a key with inner or outer j…
-
### Describe the bug
As context, I'm a prolific W&B user and have run probably hundreds to thousands of sweeps (including 3 today). On one of my projects, for one of my sweep files, I've encountere…
-
Hi, I've been using it recently and noticed that wandb logs memory information even when trainer's args.skip_memory_tracker=True, how can I turn off this setting in wandb?