Describe the bug
If you haven't installed tensorboard, it won't throw not installed error messages when specifying use_tensorboard=True and +quite=True during training.
To Reproduce
Steps to reproduce the behavior:
- Uninstall
tensorboard
- Run
python yolo/lazy.py task=train task.data.batch_size=8 model=v9-s dataset={dataset_config} device={cpu, mps, cuda} use_tensorboard=True +quite=True
- Not showing error message
Expected behavior
Error messages should be shown when +quite=True
Screenshots
If applicable, add screenshots to help explain your problem.
System Info
- OS: Ubuntu 24.04.1 LTS
- Python Version: 3.11
- PyTorch Version: 2.7.1
- CUDA/cuDNN/MPS Version: CUDA 12.8
- YOLO Model Version: YOLOv9-s