- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 64字
- 2021-06-10 19:38:49
Installing cudnn
- Download cudnn from the NVIDIA site (https://developer.nvidia.com/rdp/assets/cudnn-8.0-linux-x64-v5.0-ga-tgz) and decompress the binary:
Please note, you will need an NVIDIA developer account.
tar xvf cudnn-8.0-linux-x64-v5.1.tgz
We obtain the following output after decompressing the .tgz file:
cuda/include/cudnn.h
cuda/lib64/libcudnn.so
cuda/lib64/libcudnn.so.5
cuda/lib64/libcudnn.so.5.1.10
cuda/lib64/libcudnn_static.a
- Copy these files to the /usr/local folder, as follows:
sudo cp cuda/include/cudnn.h /usr/local/cuda/include
sudo cp cuda/lib64/libcudnn* /usr/local/cuda/lib64
sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
推薦閱讀
- 三菱FX3U/5U PLC從入門到精通
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 機艙監測與主機遙控
- 傳感器技術應用
- Windows程序設計與架構
- 中國戰略性新興產業研究與發展:智能制造
- Ceph:Designing and Implementing Scalable Storage Systems
- Pentaho Analytics for MongoDB
- 工業機器人入門實用教程
- Hadoop Beginner's Guide
- 智能+:制造業的智能化轉型
- FANUC工業機器人虛擬仿真教程
- 分布式Java應用
- Wireshark Revealed:Essential Skills for IT Professionals
- 軟件測試設計