Replies: 1 comment 4 replies
-
I bet it's not using cuda. In cmake you can check if |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
so I'm running the metric learning on images example "dnn_metric_learning_on_images_ex.cpp.html" in one project I'm using the vcpkg's dlip, & in another using cmake to generate a visual studio project making sure I've CUDA enabled, build is release of course, with all types of compiler optimizations enabled for all projects, by far the vcpkg one is the fastest, but even it is just using 5% of my CPU i7 14700k, & it's the same for the cuda enabled compile, I'm not sure of the correct way to modify the program to use CPU or GPU, or to show which device dlip is using, I've only been running it on the provided john's folder in example, hardware is i7 14700k, rtx 3060, 32GB of ddr5, so I'm not sure if it's supposed to be this slow, if this part of the process "metric learning" not parallelizable or what's happening exactly
Beta Was this translation helpful? Give feedback.
All reactions