
关于TensorFlow-GPU 2.x缺少的DLL文件(如cublas64-11.dll和cublasLt64-11.dll)的问题
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本篇教程旨在解决使用TensorFlow-GPU 2.x版本时遇到的缺失关键DLL文件(cublas64-11.dll, cublasLt64-11.dll等)问题,帮助用户顺利安装并运行该深度学习框架。
>>> import tensorflow as tf
>>> tf.config.list_physical_devices(GPU)
2023-06-09 22:23:25.593906: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library cublas64_11.dll; dlerror: cublas64_11.dll not found
2023-06-09 22:23:25.594619: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library cublasLt64_11.dll; dlerror: cublasLt64_11.dll not found
2023-06-09 22:23:25.595266: W tensorflow/stream_executor/platform/default/dso_loader.cc
全部评论 (0)
还没有任何评论哟~


