Skip to content

AMP: running Automatic Mixed Precision (AMP) checks with YOLOv8n... #1786

@Abhijeet241093

Description

@Abhijeet241093

Describe the bug
While custom training using command :
yolo detect train model=yolov8n.pt data=/home/tricubics/Desktop/Automatic_Self_Checkout/automated_self_checkout/self_checkout_ultralytics/data.yaml epochs=100 imgsz=640 project=self_checkout_project device='0,1'

Getting Message
Transferred 319/355 items from pretrained weights
DDP: debug command /usr/bin/python3 -m torch.distributed.run --nproc_per_node 2 --master_port 48483 /home/tricubics/.config/Ultralytics/DDP/_temp_99pl7w9c139968793272672.py
WARNING:main:


Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.


Ultralytics YOLOv8.1.23 🚀 Python-3.8.10 torch-2.2.1+cu121 CUDA:0 (NVIDIA GeForce RTX 3080, 10001MiB)
CUDA:1 (NVIDIA GeForce RTX 3080, 10009MiB)
[W Utils.hpp:164] Warning: Environment variable NCCL_BLOCKING_WAIT is deprecated; use TORCH_NCCL_BLOCKING_WAIT instead (function getCvarBool)
[W Utils.hpp:164] Warning: Environment variable NCCL_BLOCKING_WAIT is deprecated; use TORCH_NCCL_BLOCKING_WAIT instead (function getCvarBool)
TensorBoard: Start with 'tensorboard --logdir self_checkout_project/train12', view at http://localhost:6006/
Overriding model.yaml nc=80 with nc=6
Transferred 319/355 items from pretrained weights
Freezing layer 'model.22.dfl.conv.weight'
AMP: running Automatic Mixed Precision (AMP) checks with YOLOv8n...
Unable to open : http://localhost:6006/

Expected behavior

Program Must run

Screenshots
If applicable, add screenshots to help explain your problem.
image

Installation instructions (Please mark the checkbox)
[ Yes ] I followed the installation guide at https://github.com/openvinotoolkit/openvino_notebooks#-installation-guide to install the notebooks.

** Environment information **
Please run python check_install.py in the openvino_notebooks directory. If the output is NOT OK for any of the checks, please follow the instructions to fix that. If that does not work, or if you still encounter the issue, please paste the output of check_install.py here.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Labels

AI recipeContent for OV campaigns

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions