Commit 516feab3 authored by wangys_biolab's avatar wangys_biolab

Update README.md

parent bb929e0c
......@@ -39,21 +39,21 @@ Before running Effector-GAN, users should make sure all the following packages a
**# CUDA 10.0**
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 -c pytorch
conda install pytorch==1.3.1 torchvision==0.4.2 cudatoolkit=10.0 -c pytorch
**# CPU Only**
conda install pytorch==1.2.0 torchvision==0.4.0 cpuonly -c pytorch
conda install pytorch==1.3.1 torchvision==0.4.2 cpuonly -c pytorch
**pip install**
**If you have GPU # CUDA 10.0**
pip install torch==1.2.0 torchvision==0.4.0
pip install torch==1.3.1 torchvision==0.4.2
**CPU Only python3.7**
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.3.1 torchvision==0.4.2 -f https://download.pytorch.org/whl/torch_stable.html
**other packages**
......@@ -64,7 +64,10 @@ Before running Effector-GAN, users should make sure all the following packages a
pip3 install Bio==1.0.2
pip3 install sklearn
** json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)**
The possible reason is the version problem of tape_proteins and torch
## **Effector-GAN**
git clone http://47.109.24.44:4747/wangys_biolab/effector-gan.git
......
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