Closed awetzel-lionpower closed 1 year ago
👋 Hello @awetzel-lionpower, thank you for your interest in YOLOv5 🚀! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.
If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available.
For business inquiries or professional support requests please visit https://ultralytics.com or email support@ultralytics.com.
Python>=3.7.0 with all requirements.txt installed including PyTorch>=1.7. To get started:
git clone https://github.com/ultralytics/yolov5 # clone
cd yolov5
pip install -r requirements.txt # install
YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training, validation, inference, export and benchmarks on MacOS, Windows, and Ubuntu every 24 hours and on every commit.
@awetzel-lionpower I met with Graphcore at the Cannes AI festival this year, but have not had a chance to try their hardware. If you get this working please let us know, and feel free to submit a PR with any changes required. Thank you!
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐!
Search before asking
Description
I have recently been working on training the models using GPUs from Paperspace. They have added an IPU from Graphcore for training neural models and it appears to be able to do a lot quickly. Unfortunately, when I attempt to train a yolov5 model on it, the IPU is treated as a CPU and I don't see any progress. Is there any way to add the IPU functionality? Or, is there a way to make is massively multithreaded so it will behave more similarly to a GPU?
I may misunderstand the functionality of the IPU and apologies if that obfuscates my feature request.
Use case
This feature could be used by anyone with access to an IPU and could be used to train huge data sets very quickly.
Additional
No response
Are you willing to submit a PR?