1 Star 0 Fork 1

shiyuehua666/pytorch_geometric

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
rusty1s 提交于 2020-12-10 07:28 . fix travis
language: shell
os:
- linux
- windows
env:
jobs:
- TORCH_VERSION=1.6.0 TORCHVISION_VERSION=0.7.0 PYTHON_VERSION=3.6 IDX=cpu
- TORCH_VERSION=1.7.0 TORCHVISION_VERSION=0.8.1 PYTHON_VERSION=3.6 IDX=cpu
install:
- source script/conda.sh
- conda create --yes -n test python="${PYTHON_VERSION}"
- source activate test
- conda install pytorch==${TORCH_VERSION} torchvision==${TORCHVISION_VERSION} ${TOOLKIT} -c pytorch --yes
- pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}+${IDX}.html
- pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}+${IDX}.html
- pip install torch-cluster -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}+${IDX}.html
- pip install torch-spline-conv -f https://pytorch-geometric.com/whl/torch-${TORCH_VERSION}+${IDX}.html
- pip install cython
- pip install llvmlite
- git clone https://github.com/the-virtual-brain/tvb-geodesic /tmp/gdist
- cd /tmp/gdist && python setup.py install && cd -
- pip install scikit-image
- pip install trimesh
- pip install flake8 codecov
- pip install sphinx sphinx_rtd_theme
- pip install pandas==1.1.5
- python setup.py install
script:
- flake8 .
- python setup.py test
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then cd docs && make clean && make html && cd ..; fi
after_success:
- codecov
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shiyuehua666/pytorch_geometric.git
git@gitee.com:shiyuehua666/pytorch_geometric.git
shiyuehua666
pytorch_geometric
pytorch_geometric
master

搜索帮助