ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
138 stars 14 forks source link

weights & Biases #892

Closed jchida closed 1 month ago

jchida commented 1 month ago

Search before asking

Question

TRyng to train a model I found this warning: wandb: Paste an API key from your profile and hit enter, or press ctrl+c to quit:

What's this and where can I find that API Key?

Additional

No response

glenn-jocher commented 1 month ago

@jchida apologies, looks like this is a new package in Google Colab. Working on a solution now.

UltralyticsAssistant commented 1 month ago

@jchida this should be resolved in https://github.com/ultralytics/ultralytics/pull/17023 now. If you run your same training or another one in a new Google Colab notebook everything should work correctly without any W&B prompt.

Please let us know if this works!