Common dataset: coco128.yaml Common environment: Colab 🐛 Bug Every time a new run is performed, wandb.ai logs the new run into the existing one. To Reproduce (REQUIRED) Input: !git clone https://github.com/ultralytics/yolov5 # clone repo...
Loss and sample image logging are supported. Example config: job:extensionconfig:name:"my_first_flux_lora_v1"process: -type:'sd_trainer'training_folder:...#other config#logging configlogging:use_wandb:true#enable wandb by this flagproject_name:my_flux_lora_style_1#default is "ai-toolkit"ru...
By adding two lines in our code, we can duplicate losses and metrics written using TensorBoard into the cloud and provide new features like automatic VCS, resource monitoring, TensorBoard instance, etc. Just two lines! Let’s do this! 1 2 3 4 # init wandb using config and experiment name...
Bug description If the project name is not passed (left as None), when creating a WandbLogger, the logger logs the global step differently. What version are you seeing the problem on? v2.3 How to reproduce the bug In the below minimal ex...
I paste the local API key into the command line and login successfully. I try to run thewandb synccommand again and get the following: user@pop-os:~$ wandb sync path/to/wandb/dryrun-20200828_220136-10kab6tp/ wandb: ERROR Error while calling W&B API: permission denied (<Response [401...
# !pip install wandb import wandb import tqdm import time run = wandb.init() for i in tqdm.tqdm(range(100)): run.log({"acc": i / 100}) time.sleep(0.1) run.finish() If you run into any edge cases let us know. Closing this for now. farizrahman4u closed this as completed Apr...
New feature (non-breaking change which adds functionality) Breaking change (fix or feature that would cause existing functionality to change) Proposed Changes Addplot_bactest_interactive, that uses plotly Add new plot to logging inWandbLogger ...