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爲什麼找不到這個問題還是沒有解決。其實是可以找到的,但是爲什麼這裏找不到呢?

  • 相关阅读:
    json.parse 与 json.stringfy
    window.self ->window.top->window.parent
    Matrix探究细谈
    android TypedValue.applyDimension()的探究
    Android判断屏幕锁屏的步骤总结
    Intent和IntentFilter详解
    android中活动的启动模式
    android中的显式与隐式Intent
    android中的Pending.getActivity()参数详解
    android之传感器
  • 原文地址:https://www.cnblogs.com/2008nmj/p/10354294.html
Copyright © 2011-2022 走看看