Linux端测试碰到的问题
问题一:
tensorflow/stream_executor/cuda/cuda_dnn.cc:371] could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
tensorflow/stream_executor/cuda/cuda_dnn.cc:338] could not destroy cudnn handle: CUDNN_STATUS_BAD_PARAM
tensorflow/core/kernels/conv_ops.cc:672] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo<T>(), &algorithms)
那么在终端输入: sudo rm -rf ~/.nv
问题二:
tensorflow版本信息查询:
python
import tensorflow as tf
tf.__version__
查询tensorflow安装路径为:
tf.__path__
浙公网安备 33010602011771号