-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AMD Ryzen 7 5700G + NVIDIA GeForce RTX 3050 FPS #265
Comments
Hi, From your logs you're using a new GPU and a new CUDA version 11.7 while using an old Tensorflow version (1.14). This won't work (GPU will not be activated). Quote from https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/samples/c++/README.md#migration-to-tensorflow-2x-and-cuda-11x: "Our SDK is built and shipped with Tensorflow 1.x to make it work on oldest NVIDIA GPUs. If you want to use newest NVIDIA GPUs (e.g. RTX3060) which requires CUDA 11.x, then you'll need to upgrade the Tensorflow version. Check https://www.tensorflow.org/install/source#gpu to know which CUDA version is required for your Tensorflow version.". Follow the guide to update your Tensorflow version. If you still have issues, check the developer group's archive, there are plenty threads explaining how to fix this kind of issues. If you still don't have GPU acceleration, then open a new thread on the dev-group instead of using the issue tracker. |
Please notice at https://www.tensorflow.org/install/source#gpu that even the latest Tensorflow (2.9) only requires CUDA 11.2 while you're using CUDA 11.7. Our guide fir migration recommend Tensorflow 2.6 which also needs CUDA 11.2. Tensorflow 2.6 may work with your CUDA version but if it doesn't you'll have to downgrade it. |
Hi, we have same fps with enabled and disabled gpu. This is normal?
logs
without gpu https://gist.github.com/Nook2007/bf19cc75c9b9dc3263b36e404857f0e9
with gpu https://gist.github.com/Nook2007/c18d29313788b45c5eec3b2fb3acc0c9
and any updates on #155 ? we can't start using it
The text was updated successfully, but these errors were encountered: