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 3ab9c7d commit df22195
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ conda create -n 2DIR python=3.8
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. You may manually modify the parameters in `model/main.py`.

## Training

### Known Length Protein
```bash
bash train.sh
### Known Length Protein
```bash
bash train_unknown_protein.sh

0 comments on commit df22195

Please sign in to comment.