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!)
..........................


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM