Niklas Swärd 🇸🇪
Niklas Swärd 🇸🇪
This is normal behavior when running the _very first_ inferences on the GPU. During startup, the CPU has to prepare and prime the GPU by copying the inputs, which, in...
Currently working on improving the overall performance in this branch https://github.com/NickSwardh/YoloDotNet/tree/performance where I've replaced the usage a legacy ONNX-class to use OrtValue Api instead for improved performance along with a...
Awesome! Thank you for letting me know :)
> > Currently working on improving the overall performance in this branch https://github.com/NickSwardh/YoloDotNet/tree/performance where I've replaced the usage a legacy ONNX-class to use OrtValue Api instead for improved performance along...
Hi @toita86 , I'm currently out of town for a couple of weeks. Weird, never seen this before. Are you using CUDA 1.8 and cuDNN 8.9? Try to disable the...
Hi @toita86, I have tried to reproduce the results you are getting but to no avail. One thing I noticed in your code that might cause problems you're having (the...
That's awesome, @toita86, thank you for letting me know :)
Hi aloksharma1, did you drop the cuDNN dll's in your CUDA-bin folder and update your System Variable (PATH) to include the dir-location to your CUDA-bin folder as well? In case...
Hi @budgetdevv, I'll add it to my todo-list.
Hi @budgetdevv, fyi, this option is now available in the most recent version of YoloDotNet.