File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,21 @@ jamun_train --config-dir=configs experiment=train_uncapped_4AA.yaml
77
77
78
78
## Inference
79
79
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
+
81
83
![ 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:
83
84
84
85
``` bash
85
86
jamun_sample --config-dir=configs experiment=sample_uncapped_2AA.yaml wandb_train_run_path=...
86
87
```
87
88
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
+
88
95
If you want to sample conformations for a particular protein sequence:
89
96
``` bash
90
97
You can’t perform that action at this time.
0 commit comments