当我尝试利用 TensorFlow 库运行用于深度学习的 Python 代码时,出现以下错误:
2021-10-24 10:07:13.619481: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-10-24 10:07:13.619752: 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.
2021-10-24 10:07:18.797570: E tensorflow/core/lib/monitoring/collection_registry.cc:77] `Cannot register 2 metrics with the same name: /tensorflow/api/keras/optimizers`
Traceback (most recent call last):
File "C:\Users\Admin\Downloads\Compressed\Face-Mask-Detection-master\detect_mask_image.py", line 5, in <module>
from tensorflow.keras.applications.mobilenet_v2 import preprocess_input
File "C:\Python39\lib\site-packages\keras\api\_v2\keras\__init__.py", line 8, in <module>
from keras import __version__
File "C:\Python39\lib\site-packages\keras\__init__.py", line …Run Code Online (Sandbox Code Playgroud)