- 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*
推薦閱讀
- Word 2000、Excel 2000、PowerPoint 2000上機(jī)指導(dǎo)與練習(xí)
- Dreamweaver 8中文版商業(yè)案例精粹
- CSS全程指南
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn)
- 快學(xué)Flash動(dòng)畫百例
- STM32G4入門與電機(jī)控制實(shí)戰(zhàn):基于X-CUBE-MCSDK的無刷直流電機(jī)與永磁同步電機(jī)控制實(shí)現(xiàn)
- Visual Basic從初學(xué)到精通
- 現(xiàn)代傳感技術(shù)
- Ceph:Designing and Implementing Scalable Storage Systems
- ASP.NET 2.0 Web開發(fā)入門指南
- 貫通開源Web圖形與報(bào)表技術(shù)全集
- 筆記本電腦維修之電路分析基礎(chǔ)
- 新世紀(jì)Photoshop CS6中文版應(yīng)用教程
- 工業(yè)機(jī)器人應(yīng)用系統(tǒng)三維建模
- 中小型網(wǎng)站建設(shè)與管理