theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
341 stars 180 forks source link

modulenofounderror #10

Open uuuuujin63 opened 4 years ago

uuuuujin63 commented 4 years ago

I have nvidia driver 384.130 version, cuda 9.0 ver, cudnn 7.6.4 I tried python app.py , an error occurs “tensorflow.python.framework.errors_impl.InternalError.cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version. so I downgraded tensorflow-gpu version from 2.1 to 1.14. I run python app.py agian. and then another error occurred “ModuleNotFoundERror : No module named ‘tensorflow.keras’” I downloaded tensorflow 2.1 ver again.. How can I fix it? :( Thanks.