美文网首页
pytorch3 安装和GNN package install

pytorch3 安装和GNN package install

作者: 啊啊啊啊啊1231 | 来源:发表于2020-09-30 11:36 被阅读0次

    go to the virtual machine directory

    python3 -m venv pytorch-awesome

    #相关问题,GNN需要torch-geometric包

    llvmlite failed to build wheel: 

    solution: easy_install llvmlite works for me in Python 3.

    torch-sparse安装不上,解决方式

    pip3 install torch-sparse==xxx

    https://stackoverflow.com/questions/6622454/cuda-incompatible-with-my-gcc-version/6622751

    g++, gcc not compatible

    https://www.codenong.com/cs105470332/

    相关文章

      网友评论

          本文标题:pytorch3 安装和GNN package install

          本文链接:https://www.haomeiwen.com/subject/dkyuuktx.html