zoukankan      html  css  js  c++  java
  • Tensorflow currently has no official prebuild for your CUDA, cuDNN combination.

    INFO CUDA version: 10.

    ERROR cuDNN not found. See https://github.com/deepfakes/faceswap/blob/master/INSTALL.md#cudnn for instructions

    WARNING Tensorflow currently has no official prebuild for your CUDA, cuDNN combination.

    Either install a combination that Tensorflow supports or build and install your own tensorflow-gpu.

    CUDA Version: 10.

    cuDNN Version:

    Help:

    Building Tensorflow: https://www.tensorflow.org/install/install_sources

    Tensorflow supported versions: https://www.tensorflow.org/install/source#tested_build_configurations

    Location of custom tensorflow-gpu wheel (leave blank to manually install): ~/home/tensorflow_gpu-1.12.0-cp36-cp36m-manylinux1_x86_64.whl

    ERROR /home/afda/home/tensorflow_gpu-1.12.0-cp36-cp36m-manylinux1_x86_64.whl not found

    INFO Checking System Dependencies...

    INFO CMake version: 2.8.12.2

    INFO gcc version: 4.8.4

    INFO g++ version: 4.8.4

    如何本地安裝tensorflow.whl文件

    官方未编译:https://www.tensorflow.org/install/source#tested_build_configurations

    找不到cudnn版本?怎麼會呢?不是在versions.txt里的嗎?還是說找到了版本文件但是不能兼容

    python3.6 pip install tensorflow_gpu=1.13.1

    是cudnn沒有加入列表吧?

    看faceswap簡介里是只支持tensorflow1.12,就乾脆直接輸入地址算了,大步了不用gpu,其實呢,直接運行就好,不用管setup也可以運行,只要庫安裝好了就好

    但是這樣的話,cudnn爲什麼找不到這個問題還是沒有解決。其實是可以找到的,但是爲什麼這裏找不到呢?

  • 相关阅读:
    三、ADO.Net基础【04】简单查询
    Canvas 图片绕边旋转的小动画
    Canvas 剪切图片
    Canvas 图片平铺设置
    Canvas 给图形绘制阴影
    Canvas 图形组合方式
    [转]JS获取URL传参方法
    HTML5 FileReader接口学习笔记
    css3实现圆角边框渐变
    HTML5新增属性学习笔记
  • 原文地址:https://www.cnblogs.com/2008nmj/p/10354294.html
Copyright © 2011-2022 走看看