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

W&B ID reset on training completion #1852

Merged
merged 4 commits into from
Jan 7, 2021

Commits on Jan 6, 2021

  1. Update train.py

    Fix the bug of always the same W&B ID  and continue  overwrite with the old logging.
    BUG report
    ultralytics#1851
    TommyZihao committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    726206a View commit details
    Browse the repository at this point in the history
  2. Fix the bug of duplicate W&B ID

    fix the bug of ultralytics#1851
    If we had trained on yolov5s.pt, the program will generate a new unique W&B ID.
    If we hadn't, the program will keep the old code, we can still use --resume aug.
    TommyZihao committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f6d6119 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update general.py

    glenn-jocher committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    51c31c2 View commit details
    Browse the repository at this point in the history
  2. revert train.py changes

    glenn-jocher committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    8c2a172 View commit details
    Browse the repository at this point in the history