Commit 58fddb39 authored by wangys_biolab's avatar wangys_biolab

Update README.md

parent 815e4007
......@@ -31,10 +31,12 @@ Before running Effector-GAN, users should make sure all the following packages a
`source activate Effector-GAN`
** For python3.7 **
**For python3.7 **
**pytorch: https://pytorch.org/get-started/previous-versions/**
**conda install**
**# CUDA 10.0**
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
......@@ -42,6 +44,8 @@ Before running Effector-GAN, users should make sure all the following packages a
**# CPU Only**
conda install pytorch==1.2.0 torchvision==0.4.0 cpuonly -c pytorch
**pip install**
**If you have GPU # CUDA 10.0**
......@@ -51,7 +55,7 @@ Before running Effector-GAN, users should make sure all the following packages a
`pip install torch==1.2.0+cpu torchvision==0.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html`
** other packages**
**other packages**
pip3 install joblib==1.0.1
pip3 install tape_proteins==0.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment