安装CUDA后无法检测GPU

时间:2020-09-28 12:34:04

标签: python tensorflow

我已按照上述所有步骤为 Tensorflow-GPU 安装 CUDA cuDNN ,但命令
safe_sum <- function(..., na.rm = FALSE) { ellipsis::check_dots_unnamed() sum(..., na.rm) } CPS<- data.frame(C = NA ,M = "A") sort(tapply(CPS$C == "S", CPS$M, safe_sum, rm.na=TRUE)) #> Error: 1 components of `...` had unexpected names. #> #> We detected these problematic arguments: #> * `rm.na` #> #> Did you misspecify an argument?
给出False

在运行模型时,我也得到tf.test.is_gpu_available(cuda_only=False, min_cuda_compute_capability=None) 即使我已安装 CUDA 并配置了路径。

当前我正在使用RTX2070

0 个答案:

没有答案