error: Failed to load the native TensorFlow runtime

前端 未结 14 1777
终归单人心
终归单人心 2020-12-08 10:36

i\'m new to tensorflow, today i installed tensorflow using:

C:\\>pip3 install --upgrade tensorflow
Collecting tensorflow
  Using cached tensorflow-1.2.0-c         


        
14条回答
  •  无人及你
    2020-12-08 11:15

    Pay attention to CUDA operation, since exactly this error is reported when CUDA is not working at all. Try from cmd e.g. c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\demo_suite>oceanFFT.exe
    If it fails, try to update driver (Device manager / Display adapters / NVIDIA...) of your graphics card.

提交回复
热议问题