bennetthardwick / darknet.js

A NodeJS wrapper of pjreddie's darknet / yolo.
65 stars 27 forks source link

Can I use multiple GPUs in darknet? #45

Open harris91 opened 2 years ago

harris91 commented 2 years ago

I want to use multiple GPUs in node js. Can I run it by specifying GPU number?

vajonam commented 2 years ago

So I have done this by putting these into nvidia docker containers and targeting the GPUs for a specific container.

On Fri, Nov 12, 2021 at 4:07 AM Hayoung Park @.***> wrote:

I want to use multiple GPUs in node js. Can I run it by specifying GPU number?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bennetthardwick/darknet.js/issues/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABFHNMXOXX3RQRHT57K5NDULTKMVANCNFSM5H4LCOAQ .

harris91 commented 2 years ago

Thank so much @vajonam for the guidance. I will go through this and get back if I have any further questions.