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

相关文章:

  • 2021-06-01
  • 2021-12-21
  • 2021-08-14
  • 2022-12-23
  • 2021-12-31
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-09-04
  • 2021-11-05
相关资源
相似解决方案