pytorch0.4.1_cuda11
Pytorch 0.4.1 with CUDA 11 and cudnn 8.2
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Repository
Pytorch 0.4.1 with CUDA 11 and cudnn 8.2
Basic Info
- Host: GitHub
- Owner: garry1ng
- License: other
- Language: C++
- Default Branch: master
- Size: 59.6 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Pytorch0.4.1 with CUDA 11 and cudnn 8.2
This is a repo for setup Pytorch0.4.1 with CUDA 11 and cudnn 8.2
Download CUDA 11.1 and cudnn 8.0.5 from Nvidia. I use
cuda_11.1.0_455.23.05_linux.runandcudnn-11.1-linux-x64-v8.0.5.39.tgz. Set up your CUDAHOME and LDLIBRARY_PATH in your.bashrc.Install dependencies from conda.
bash
conda create -n "pytorch0.4" python=3.7
conda activate "pytorch0.4"
conda install numpy pyyaml mkl=2021.4.0 mkl-include setuptools cmake cffi typing
- Recursively Clone Pytorch0.4.1 from
https://github.com/garry1ng/pytorch0.4.1_cuda11.git. Make sure the submodules except nervanagpu are also included.
```bash git clone https://github.com/garry1ng/pytorch0.4.1cuda11.git cd pytorch0.4.1cuda11/
git submodule deinit third_party/nervanagpu/
git rm third_party/nervanagpu
git submodule sync git submodule update --init --recursive ```
Install PyTorch.
bash python setup.py installrun
test_pytorch0.4_cu11_cudnn.pyto check if it is correctly installed. You should have some output like this:

Note: the patch may be outdated if the third party libraries update (very unlikely though). Locating these files can save time.
- thirdparty/nccl/src/commoncoll.h
- third_party/gloo/cmake/Cuda.cmake
Owner
- Name: Jiaying Lin
- Login: garry1ng
- Kind: user
- Location: 幻想郷
- Repositories: 1
- Profile: https://github.com/garry1ng
I make computers understand and create pixels and points.
Citation (CITATION)
@inproceedings{paszke2017automatic,
title={Automatic differentiation in PyTorch},
author={Paszke, Adam and Gross, Sam and Chintala, Soumith and Chanan, Gregory and Yang, Edward and DeVito, Zachary and Lin, Zeming and Desmaison, Alban and Antiga, Luca and Lerer, Adam},
booktitle={NIPS-W},
year={2017}
}
GitHub Events
Total
Last Year
Dependencies
- ubuntu 14.04 build
- centos ${CENTOS_VERSION} build
- nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-centos${CENTOS_VERSION} build
- ubuntu ${UBUNTU_VERSION} build
- nvidia/cuda ${CUDA_VERSION}-cudnn${CUDNN_VERSION}-devel-ubuntu${UBUNTU_VERSION} build
- ubuntu ${UBUNTU_VERSION} build
- caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu14.04 build
- ubuntu 14.04 build
- caffe2ai/caffe2 c2v0.8.1.cpu.min.ubuntu16.04 build
- ubuntu 16.04 build
- nvidia/cuda 8.0-cudnn6-devel-ubuntu16.04 build
- nvidia/cuda 8.0-cudnn7-devel-ubuntu16.04 build
- caffe2ai/caffe2 latest build
- nvidia/cuda 9.0-cudnn7-devel-ubuntu16.04 build
- enum34 *
- numpy *
- sphinx *
- pyyaml *
- typing *