-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Open
Labels
Description
Search before asking
- I have searched the YOLOv5 issues and found no similar bug report.
YOLOv5 Component
Training
Bug
@thepycoder ClearML raises ValueError when installed but not authenticated.
Environment
Python 3.7
Ubuntu
Notebook
Minimal Reproducible Example
!git clone https://github.com/ultralytics/yolov5 # clone
%cd yolov5
%pip install -qr requirements.txt clearml # install
!python train.py
Additional
Should probably handle as a console printout/warning, i.e. ClearML: installed but not logged in. Please login to log training.
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!