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 ...@@ -31,10 +31,12 @@ Before running Effector-GAN, users should make sure all the following packages a
`source activate Effector-GAN` `source activate Effector-GAN`
** For python3.7 ** **For python3.7 **
**pytorch: https://pytorch.org/get-started/previous-versions/** **pytorch: https://pytorch.org/get-started/previous-versions/**
**conda install**
**# CUDA 10.0** **# CUDA 10.0**
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
...@@ -43,6 +45,8 @@ Before running Effector-GAN, users should make sure all the following packages a ...@@ -43,6 +45,8 @@ Before running Effector-GAN, users should make sure all the following packages a
conda install pytorch==1.2.0 torchvision==0.4.0 cpuonly -c pytorch conda install pytorch==1.2.0 torchvision==0.4.0 cpuonly -c pytorch
**pip install**
**If you have GPU # CUDA 10.0** **If you have GPU # CUDA 10.0**
`pip install torch==1.2.0 torchvision==0.4.0 ` `pip install torch==1.2.0 torchvision==0.4.0 `
...@@ -51,7 +55,7 @@ Before running Effector-GAN, users should make sure all the following packages a ...@@ -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` `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 joblib==1.0.1
pip3 install tape_proteins==0.4 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