发布时间:2018-10-09 16:45:29
GPU supportTensorFlow GPU support requires an assortment of drivers and libraries. To simplify installation and avoid library conflicts, we recommend using a TensorFlow Docker image with GPU support (Linux only). This setup only requires the NVIDIA? GPU drivers.Hardwa.........【阅读全文】
发布时间:2018-09-27 10:27:32
链接https://github.com/inmoition-depthcamera/sdksudo apt-get install libglfw3-dev libudev-devcd root_of_sdk_pathmkdir buildcmake ..make......【阅读全文】
发布时间:2018-09-13 11:34:51
sudo apt-get install gcc binutils bzip2 flex python perl make grep unzip gawk subversion libz-dev libgetopt++-dev libncurses5-dev1. Run "./scripts/feeds update -a" to obtain all the latest package definitionsdefined in f.........【阅读全文】
发布时间:2018-09-02 20:06:08
点击(此处)折叠或打开cmake_minimum_required(VERSION 3.5)PROJECT(asyncAPI)FIND_PACKAGE(CUDA REQUIRED)INCLUDE_DIRECTORIES( ./ .........【阅读全文】
发布时间:2018-09-02 18:17:05
cudnn是nvidia提供的深度学习接口一、获取cuDNN官网下载cudnn5.1: https://developer.nvidia.com/rdp/cudnn-download(需要注册NVIDIA账号)cudnn-9.2-linux-x64-v7.2.1.38.tgz二、安装cuDNN把头文件和库文件拷贝到cuda的安装目录中,首先确保cuda的安装目录是/usr/local/cuda/,之前安装cuda时,已经默认.........【阅读全文】