Skip to content

Commit 34cfabb

Browse files
author
Ameya Daigavane
committed
Fix README.
1 parent 71b62f1 commit 34cfabb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,21 @@ jamun_train --config-dir=configs experiment=train_uncapped_4AA.yaml
7777

7878
## Inference
7979

80-
Once you have a trained model, specify the `wandb_train_run_path` (obtainable from the wandb UI for your training run)
80+
To sample conformations from the test set peptides, Once you have a trained model,
81+
either specify the `wandb_train_run_path` (obtainable from the wandb UI for your training run):
82+
8183
![Run path as indicated on the wandb Overview page for your training run](figures/wandb-run-path.png)
82-
or `checkpoint_dir` of the trained model to sample conformations from the test set peptides:
8384

8485
```bash
8586
jamun_sample --config-dir=configs experiment=sample_uncapped_2AA.yaml wandb_train_run_path=...
8687
```
8788

89+
or the `checkpoint_dir` of the trained model:
90+
91+
```bash
92+
jamun_sample --config-dir=configs experiment=sample_uncapped_2AA.yaml checkpoint_dir=...
93+
```
94+
8895
If you want to sample conformations for a particular protein sequence:
8996
```bash
9097

figures/walk-jump-overview.png

-493 KB
Loading

0 commit comments

Comments
 (0)