Wow.
The previous version to the newest. 2.5.1 maybe. I’ve been changing my gpu clocks with smi-nvidia commands. Noticed a little drop in performance with the latest version. Prefer the smi-nvidia method. Better electricity usage. Versus the full boogie method of max performance in the Nvidia setting.
Wow.
The previous version to the newest. 2.5.1 maybe. I’ve been changing my gpu clocks with smi-nvidia commands. Noticed a little drop in performance with the latest version. Prefer the smi-nvidia method. Better electricity usage. Versus the full boogie method of max performance in the Nvidia setting.
If you want to get some more performance from your Nvidia GPU change the below setting to Prefer maximum performanceWow.
The previous version to the newest. 2.5.1 maybe. I’ve been changing my gpu clocks with smi-nvidia commands. Noticed a little drop in performance with the latest version. Prefer the smi-nvidia method. Better electricity usage. Versus the full boogie method of max performance in the Nvidia setting.
That maxes out the clock speeds and memory speeds and adds heat and energy consumption. P-states is what you want to change. Nvidia has P0-P15 states. P0 being the fastest. I run at P5 (810,810) which is basically idle watts and detection times within 5 to 10 ms of the card running full throttle. Using nvidia-smi to change speeds and memory is more efficient in my testing. If anyone wants the commands I’ll post them.If you want to get some more performance from your Nvidia GPU change the below setting to Prefer maximum performance
View attachment 192094
Are you guys just talking about OCing?That maxes out the clock speeds and memory speeds and adds heat and energy consumption. P-states is what you want to change. Nvidia has P0-P15 states. P0 being the fastest. I run at P5 (810,810) which is basically idle watts and detection times within 5 to 10 ms of the card running full throttle. Using nvidia-smi to change speeds and memory is more efficient in my testing. If anyone wants the commands I’ll post them.
Are you guys just talking about OCing?
Check your firewall if it is blocking the module from downloading and installing.I can't get 5.6.2 to install successfully, it eventually times out after about an hour+ of displaying installing object detection Yolo v5 2.6.2 (I've tried 3 times). I had odd issues with 2.5.6 missing many AI detection's. I'm going to try rolling back to 2.5.1 which was my last stable version. I am following the upgrade guide on page1. Any tips or suggestions appreciated.
Check your firewall if it is blocking the module from downloading and installing.
Your GPU is Compute 5.2, the ALPR module currently only supports Compute 6 and greater.Hi everyone, anyone have any ideas how to get the alpr working with a gpu? Been trying to trouble shoot the alpr module for days now. I also updated SDK to 8.0.104 and it shows up in system info now and also Quadro drivers. Tried uninstalling and reinstalling everything even win11, but it's still only using the cpu.
View attachment 192520View attachment 192521
Okay thank you.Your GPU is Compute 5.2, the ALPR module currently only supports Compute 6 and greater.
If you do go with Linux for CPAI, I’ve been developing the TPU code on Ubuntu 20.04 and things have been relatively rock solid. I had some problems with some of the tooling under 22.04.Thanks for the updates.
So I searched the log for "Loading pci:0" and didn't find anything.
Just in case I tried searching for the following as well:
"pci" - only saw a few lines and it was driver related.
"loading" - only saw a bunch of "downloading" but nothing else
Also tried searching "EfficientDet-Lite" and "MobileNet SSD" but mostly the downloading and expanding and didn't see anything that would relate.
At the time of the errors I had the Dual TPU installed with the PCIe adapter. I originally had the Single M.2 M Key. I don't have the USB based on recommendations I've seen before I purchased them.
The HIB didn't make sense either and like I said that maybe a local issue since I just swapped out the single TPU for Dual TPU. I did have some more time to troubleshoot now and something is whacky. FYI - I actually order two Dual TPU and adapters so I can place the 2nd one in a different PC later. The 1st one showed in Control Panel as 2 separate TPUs and gave the HIB error. I put the 2nd card in in the same slot (I don't have any extra PCIe slots) and it didn't detect it at all, not even in Control Panel. Put the first card back and it was no longer detected anymore either. I put the original Singe TPU card back in (same PCIe slot again using an M.2 to PCIe adapter) and it got detected and is working. Put the 1st Dual TPU back in still not detected. So something local on my end is mess up.
I put the singe TPU card back in and left it for now (as originally configured before the Dual TPU).
I'm researching moving to a virtualized environment so I can quickly revert if any issues. Part of that would be using Docker for CPAI in Linux and only BI in Windows. I need to just bite the bullet and do it already. LOL