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

fix: try 2 - prevent logging config clobbering #10192

Merged
merged 4 commits into from
Nov 17, 2022
Merged

fix: try 2 - prevent logging config clobbering #10192

merged 4 commits into from
Nov 17, 2022

Commits on Nov 17, 2022

  1. fix: try 2 - prevent logging config clobbering

    Previous behavior: loading this repository with `torch.hub.load` clobbers the existing logging configuration by modifying the root logger's configuration.
    New behavior: loading this repository with `torch.hub.load` only clobbers the logging configuration for logger `yolov5` and its descendants. This is done in a way compatible with Google Colab
    
    Signed-off-by: Ryan Echols <ryan@shadylakemedia.com>
    rkechols authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    876ee78 View commit details
    Browse the repository at this point in the history
  2. chore: fill in comment

    no-op so a pre-commit hook can auto-format files
    
    Signed-off-by: Ryan Echols <ryan@shadylakemedia.com>
    rkechols authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a75b8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ded3fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d736650 View commit details
    Browse the repository at this point in the history