Proof of Concept on how to integrate YoloV8(https://github.com/ultralytics/ultralytics) with DeterminedAI
Author: Andrew Mendez
bash install-dep.sh
Currently the code only supports single node multi-gpu training. More work is needed to support multiple node.
If you want to train with multiple gpus, only edit the: device
config setting. You should edit where you specify all the cuda devices you want to use. Examples are follows:
- Train on single GPU:
device: 0
- Train on 4 GPUs:
device: 0,1,2,3
- Train on 8 GPUs:
device: 0,1,2,3,4,5,6,7
det deploy local cluster-up --no-gpu --master-port 8081
det deploy local cluster-up --master-port 8081
bash run_exp_arm64.sh
bash run_exp.sh
python train.py
Any Questions, please reach out to me at andrew.mendez@hpe.com