Ubuntu18.04LTS python3.6 cuda10.0 下安装低版本的pytorch

Ubuntu18.04LTS python3.6 cuda10.0 下安装低版本的pytorch,运行Hypergraph Neural Networks(HGNN) https://github.com/iMoonLab/HGNN
python3 -m venv env
source env/bin/activate
pip3 install torch===0.4.0 torchvision===0.4.1 -f https://download.pytorch.org/whl/cu100/torch_stable.html
pip install pyyaml==3.10
pip install -U scipy
python main.py

making direction /home/jiangshan/workspace/HGNN/result/ckpt!
making direction /home/jiangshan/workspace/HGNN/result/hypergraph_ModelNet40!
Constructing hypergraph incidence matrix!
(It may take several minutes! Please wait patiently!)
..........................

原文地址:https://www.cnblogs.com/jeshy/p/11759999.html