Replies: 2 comments 1 reply
-
I am on the same version of CPAI. I just tried .net and had the same issues as you described. I've been using yolo 5.6.2 cuda for a while with no problems. It may be the latest .net update that is conflicting. I'll be testing this more later this week. |
Beta Was this translation helpful? Give feedback.
-
Running into the same isssue, i followed the below which is a temp fix that is working. The below script will detect a word in my example its "response" as i was testing, best to set a specific word that pops up on your error. Then it will click start button again to restart the service and then click clear logs. Install Tampermonkey extension. Create a new script. Paste the following code and modify the TEXT_TO_DETECT and BUTTON_SELECTOR (How to Find the Button Selector) Right-click the HTML element > Copy > Copy selector (or look for a class or ID).) -// ==UserScript== (function() {
})(); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, very first post from my side so I apologize for the (probably) noob question.
I'm currently using CPAI on a Ubuntu server w/ a GTX 1650 GPU. The YOLOv5 6.2 module works OK and uses the Nvidia GPU through CUDA. Now, I want to install a second instance of CPAI on an Intel Core i5 11400, 16 GB RAM, no discrete GPU, and I'm trying to see if I can use the Intel UHD 730 iGPU with CPAI.
I tried to make the YOLOv5 .NET module work through DirectML, with no luck. If I force disable the GPU, the module works; if I enable the GPU, it hangs without any significant error/warning in the logs (in the CPAI dashboard the module appears with black background and the "Lost contact" message on it). I tried disabling half-precision but nothing changes.
The PC uses a vanilla Windows 11 24H2 installation, all Windows updates installed, latest Intel drivers. Any clues/suggestions?
Beta Was this translation helpful? Give feedback.
All reactions