0 votes
par dans Séquence 3 : TP
reclassée par
Dans le GTSRB 3, Training and monitoring, j'obtiens les messages d'erreur dans la fenêtre de commande quand j'essaie de lancer la visualisation par l'outil Tensor board (j'ai volontairement étoilé le nom de ma machine):

C:\Users\admin>tensorboard --logdir /notebooks/fidle-master/GTSRB/run/GTSRB3/logs
2022-12-06 17:32:38.124168: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-12-06 17:32:38.124751: 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.
2022-12-06 17:33:01.456026: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'nvcuda.dll'; dlerror: nvcuda.dll not found
2022-12-06 17:33:01.456552: W tensorflow/stream_executor/cuda/cuda_driver.cc:263] failed call to cuInit: UNKNOWN ERROR (303)
2022-12-06 17:33:01.464978: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: s*****
2022-12-06 17:33:01.465401: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: s******
Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.10.1 at http://localhost:6006/ (Press CTRL+C to quit)

Faut-il installer ce dll manquant ?

1 Réponse

0 votes
par Vétéran du GPU 🐋 (68.8k points)
Vraisemblablement, c'est une histoire de CUDA/GPU. Tensorflow ne trouve pas la bibliothèque qui vient avec le driver NVIDIA. Si vous avez un ordinateur avec un GPU, vous pouvez la lib. Normalement, dans ce cas Tensorflow repasse en mode cpu, cela ne devrait pas vous poser d'ennui mis à part ces logs.
...