if i'm using AMD, what should i install so that i can use GPU to train?
This is maximum , I know from darknet perspective apart from software installation for your graphic card
i m sorry, I couldn’t understand lol
So what I need to do is to install driver for my graphics card?
You can't use AMD cards with this darknet repo, since AMD don't have CUDA and it's only available for nvidia cards. There are some ports available but I don't know how great they work, e.g. this one https://github.com/ganyc717/Darknet-On-OpenCL
@TheMikeyR Okay, thx a lot!
Workaround: use this
https://github.com/thtrieu/darkflow
it's darknet written in tensorflow and also this
https://github.com/ROCmSoftwarePlatform/tensorflow
which is tensorflow on top of RocM for AMD gpu's (rocm is kinda like cuda for amd cards)
Hope it works for you , I am still having problems installing rocm but keep me informed if you try this
Only downside is probably that it is limited to yolo v2 and tensorflow 1.3 for the moment i'm writing this
My project had some issues but now seams to the most of them have been solved at https://github.com/sowson/darknet it is Darknet in OpenCL... that works! :D. I am looking for contributor who help with pull request that add Windows setup possibility.
Most helpful comment
Workaround: use this
https://github.com/thtrieu/darkflow
it's darknet written in tensorflow and also this
https://github.com/ROCmSoftwarePlatform/tensorflow
which is tensorflow on top of RocM for AMD gpu's (rocm is kinda like cuda for amd cards)
Hope it works for you , I am still having problems installing rocm but keep me informed if you try this
Only downside is probably that it is limited to yolo v2 and tensorflow 1.3 for the moment i'm writing this