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

버전 차이 질문 #12651

Open
1 task done
horcrux22 opened this issue May 13, 2024 · 2 comments
Open
1 task done

버전 차이 질문 #12651

horcrux22 opened this issue May 13, 2024 · 2 comments
Labels
question Further information is requested

Comments

@horcrux22
Copy link

Search before asking

Question

ultralytics 버전을 8.1.0 에서 8.2.14로 변경 후
train 진행했을때 (같은옵션기준) 그래픽카드의 전력이 기존에 비해 더 먹는것 같은데 이유가 있나요 ?

gpu : rtx a6000
cpu : i9-10940X
cuda : 12.4

Additional

No response

@horcrux22 horcrux22 added the question Further information is requested label May 13, 2024
Copy link

👋 Hello @horcrux22, thank you for your interest in Ultralytics YOLOv8 🚀! We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered.

If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results.

Join the vibrant Ultralytics Discord 🎧 community for real-time conversations and collaborations. This platform offers a perfect space to inquire, showcase your work, and connect with fellow Ultralytics users.

Install

Pip install the ultralytics package including all requirements in a Python>=3.8 environment with PyTorch>=1.8.

pip install ultralytics

Environments

YOLOv8 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

Ultralytics CI

If this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLOv8 Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit.

@glenn-jocher
Copy link
Member

Hello! Thank you for reaching out. 🙌

It's possible that the increased GPU power usage you're observing after upgrading from YOLOv8 8.1.0 to 8.2.14 could be due to several factors such as changes in the model's architecture, optimization techniques, or dependency updates that utilize more GPU resources for efficiency improvements.

To be sure, I recommend checking the release notes for version 8.2.14 to see if there are any known updates or changes that might affect GPU utilization. Additionally, reviewing your training parameters or reducing the batch size may help mitigate the increased power usage.

Here's a quick example on how to check training-related GPU metrics, which might help in understanding GPU utilizations better:

nvidia-smi dmon

Feel free to ask if you need more specific guidance on mitigating the GPU usage or anything else! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants