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