Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Aug 28, 2024
1 parent 960b181 commit 2dee1ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ conda activate 2DIR

pip install -r ./install/requirements.txt

```



## Quick Start

First, you need to download the training dataset. You can download it from [this link](https://github.com/ZhuLvs/2DIR/tree/main) and save it under the `data` directory.
Expand All @@ -24,5 +28,10 @@ You may manually modify the parameters in `model/main.py`.
### Known Length Protein
```bash
bash train.sh
```

### Unknown Length Protein
```bash
bash train_unknown_protein.sh
```

```

0 comments on commit 2dee1ee

Please sign in to comment.