Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wandb: ERROR Error while calling W&B API: Error 1062: Duplicate entry '189160-gbp6y2en' for key 'PRIMARY' (<Response [409]>) #1650

Closed
awsaf49 opened this issue Jan 8, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@awsaf49
Copy link

awsaf49 commented Jan 8, 2021

Whenever I try to create a new run (--name) on the same --project in YOLOv3 I get this error, wandb: ERROR Error while calling W&B API: Error 1062: Duplicate entry '189160-gbp6y2en' for key 'PRIMARY' (<Response [409]>). Changing the --project name temporarily solves the problem but then a new project needs to be opened for each run.

But YOLOv5 runs smoothly without any trouble. I even tried training v3 using the v5 repo but was getting the same error.

@awsaf49 awsaf49 added the bug Something isn't working label Jan 8, 2021
@github-actions
Copy link

github-actions bot commented Jan 8, 2021

👋 Hello @awsaf49, thank you for your interest in 🚀 YOLOv3! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.

If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.

For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com.

Requirements

Python 3.8 or later with all requirements.txt dependencies installed, including torch>=1.7. To install run:

$ pip install -r requirements.txt

Environments

YOLOv3 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

CI CPU testing

If this badge is green, all YOLOv3 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv3 training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu every 24 hours and on every commit.

@glenn-jocher
Copy link
Member

@awsaf49 hmm it just occurred to me that this might be related to the wandb ID bug fix here ultralytics/yolov5#1852, which has also been applied to the v3 repo, but the v3 models need to be updated to strip their IDs to complete the fix, which I have not done yet.

@glenn-jocher glenn-jocher added the TODO Tasks to be completed label Jan 8, 2021
@awsaf49
Copy link
Author

awsaf49 commented Jan 8, 2021

Thanks, looking forward to it

@glenn-jocher
Copy link
Member

@awsaf49 I've updated all YOLOv3 models now. Can you git pull to get the latest, and delete all local models to allow them to autodownload again?

@awsaf49
Copy link
Author

awsaf49 commented Jan 9, 2021

@glenn-jocher thanks. It works fine now

@awsaf49 awsaf49 closed this as completed Jan 9, 2021
@glenn-jocher glenn-jocher removed the TODO Tasks to be completed label Jan 9, 2021
@glenn-jocher
Copy link
Member

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants