You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I am currently trying to get cppflow to work together with tensorflow-gpu-2.10 for Windows.
I am currently encountering the error "failed to create cublas handle: CUBLAS_STATUS_NOT_INITIALIZED" during a simple inference attempt.
A simple Google search attempt indicates insufficient video memory. This also sounds logical. So I tried https://gitlab.ipr.kit.edu/usjsb/cppflow/-/blob/master/docs/source/quickstart.rst aswell as #102, but it does not seem to have an effect. Still the same portion of VRAM allocated for the tensorflow session (1249 MB) as without these changes.
My system has a NVIDIA Geforce MX450 GPU with 2GB VRAM.
Does anyone have any clue?
The text was updated successfully, but these errors were encountered:
Hi everyone, I am currently trying to get cppflow to work together with tensorflow-gpu-2.10 for Windows.
I am currently encountering the error "failed to create cublas handle: CUBLAS_STATUS_NOT_INITIALIZED" during a simple inference attempt.
A simple Google search attempt indicates insufficient video memory. This also sounds logical. So I tried https://gitlab.ipr.kit.edu/usjsb/cppflow/-/blob/master/docs/source/quickstart.rst aswell as #102, but it does not seem to have an effect. Still the same portion of VRAM allocated for the tensorflow session (1249 MB) as without these changes.
My system has a NVIDIA Geforce MX450 GPU with 2GB VRAM.
Does anyone have any clue?
The text was updated successfully, but these errors were encountered: