我已经通过运行以下命令在 anaconda 终端的 base
环境中安装了 TensorFlow:
pip install tensorflow
tensorflow 安装版本是 2.5.0。 Python 版本是 3.8.5。但是,每当我尝试运行 TensorFlow 模块时,都会收到以下消息:
2021-05-15 18:45:55.258596: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load
dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file
or directory 2021-05-15 18:45:55.258687: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above
cudart dlerror if you do not have a GPU set up on your machine.
这很烦人,我该如何删除此消息。因此,我没有收到干净的消息。我不想使用 GPU 版本的 TensorFlow。
请帮忙!