当前位置:   article > 正文

Google colab安装环境_google.colab安装

google.colab安装
  1. import torch
  2. print(torch.__version__)
  3. print(torch.cuda.is_available())

第一步先检查cuda是否能用

!unzip /content/GraphDTA-master.zip

第二步:解压我的文件

  1. !wget -c https://repo.anaconda.com/miniconda/Miniconda3-py37_4.9.2-Linux-x86_64.sh
  2. !chmod +x Miniconda3-py37_4.9.2-Linux-x86_64.sh
  3. !time bash ./Miniconda3-py37_4.9.2-Linux-x86_64.sh -b -f -p /usr/local
  4. !time conda install -q -y -c conda-forge rdkit
  5. import sys
  6. sys.path.append('/usr/local/lib/python3.7/site-packages/')

第三步:安装Miniconda,和rdkit

  1. !conda install scipy
  2. !conda install nexworkx

第四步:安装一些必要的包

  1. !pip install torch-geometric \
  2. torch-sparse==latest+cu101 \
  3. torch-scatter==latest+cu101 \
  4. torch-cluster==latest+cu101 \
  5. -f https://pytorch-geometric.com/whl/torch-1.4.0.html

第五步:安装torch-geometric一些包

!pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html

第六步:重新安装torch

第七步:把云盘的文件上传到colab

  1. from google.colab import drive
  2. drive.mount("/content/drive",force_remount=True)

第八步:使用tensorboard查看可视化

  1. !pip install tensorboardX
  2. %load_ext tensorboard
  3. %tensorboard --logdir=/content/drive/MyDrive/HpyerAttentionDTI-main/

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/212132
推荐阅读
相关标签
  

闽ICP备14008679号