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
when i run this project like python run.py --model=mobilenet_thin --resize=432x368 --image=./images/p1.jpg
will have this problem , but I have actually installed tensorflow , i run another test project is ok
my ts version is GPU
i try to write 'python' and import tensorflow in cmd , then had a same problem ,
i try to write 'python' and import tensorflow in anaconda prompt , then activate tensorflow , enter conda list , the tensorflow is in the list , finally import tensorflow , it reminded " Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found " and "Ignore above cudart dlerror if you do not have a GPU set up on your machine."
How to solve this problem that has troubled me for a long time ? please!
I’m just a novice, I don’t know much about it.
The text was updated successfully, but these errors were encountered:
when i run this project like python run.py --model=mobilenet_thin --resize=432x368 --image=./images/p1.jpg
will have this problem , but I have actually installed tensorflow , i run another test project is ok
my ts version is GPU
i try to write 'python' and import tensorflow in cmd , then had a same problem ,
i try to write 'python' and import tensorflow in anaconda prompt , then activate tensorflow , enter conda list , the tensorflow is in the list , finally import tensorflow , it reminded " Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found " and "Ignore above cudart dlerror if you do not have a GPU set up on your machine."
How to solve this problem that has troubled me for a long time ? please!
I’m just a novice, I don’t know much about it.
The text was updated successfully, but these errors were encountered: