TensorFlow:12.0.0 CUDA:9.0
我正在尝试在jupyter笔记本中TensorFlow的部分之一中从object_detection编译object_detection_tutorial.ipynb。 Jupyter已通过pip install安装。当我编译脚本时,由于bin文件夹中缺少“ cudart64_100.dll”,我收到错误代码,告诉我安装Cuda 10.0。 Jupyter将错误的路径指向TensorFlow模块,该模块位于python的pip文件夹中,这可能会导致整个问题。我该如何指定python解释器的路径,而不是jupyter默认选择的路径?
c:\users\łukasz\pycharmprojects\untitled2\venv\lib\site-packages\tensorflow\python\platform\self_check.py in preload_check()
80 "environment variable. Download and install CUDA %s from "
81 "this URL: https://developer.nvidia.com/cuda-90-download-archive"
---> 82 % (build_info.cudart_dll_name, build_info.cuda_version_number))
83
84 if hasattr(build_info, "cudnn_dll_name") and hasattr(
ImportError: Could not find 'cudart64_100.dll'. TensorFlow requires that this DLL be installed in a directory that is named in your %PATH% environment variable. Download and install CUDA 10.0 from this URL: https://developer.nvidia.com/cuda-90-download-archive