Yasunori Toshimitsu
Results
2
comments of
Yasunori Toshimitsu
@Rafmigz 's solution worked, thank you! Leaving a step-by-step memo of how I resolved it, for future reference... 1. disconnect the Arduino 101 if it is connected (not sure if...
> A manual workaround: > > ```python > import wandb > api = wandb.Api() > for r in api.runs("/", filters={"group": ""}): > r.group = "" > r.update() > ``` >...