-
Notifications
You must be signed in to change notification settings - Fork 88
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
Using this sample with GPU support #10
Comments
This is what i get when i use TF1.4.0-gpu. `$ python eval.py Failed to load the native TensorFlow runtime.` |
@sa7ina @igor-panteleev (va3) anand@Alienware15:~/objd/devicehive-video-analysis$ python eval.py During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@saket424: i had the same Problem, i made it when i changed And for Webcam mode i changed |
it runs for me under Windows 10 (64bit), with Tensorflow 1.8 gpu and python 3.5.5 with constant 8 FPS |
@MartinWeniger, |
Hi
And thanks for this repo.
I got it to work "OUT OF THE BOX" with tensorflow cpu 1.4.0 in the requirements.txt.
But it does not work with any other cpu version of tensorflow nor 1.4.0-gpu or any other gpu version.
Tried hard in the last couple days (even installed ubuntu more than 10 times breaking and starting all over again) but no success so far. only TF1.4.0 cpu.
Other examples i use works flawlessly with my GPU. GTX1080.
Any idea why and how to fix this excellent example code to work with gpu even newer version of tensorflow?
10X
--{-@
The text was updated successfully, but these errors were encountered: