Skip to content

Commit 81900a1

Browse files
authored
Update README.md
add instructions for model inference and visualization
1 parent f0b743f commit 81900a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ To fine-tune the AGILE pre-trained model for ionizable lipid prediction on the s
5050
$ python finetune.py config_finetune.yaml
5151
```
5252

53+
### Inference and visualization
54+
55+
The current 'infer_vis.py' will perform model inference with the AGILE fine-tuned model on the fine-tuning dataset. To perform inference on new data, you can modify the config file to specify the new data path.
56+
57+
```
58+
$ python infer_vis.py <folder name of the fine-tuned model>
59+
```
60+
5361
## Citing AGILE
5462

5563
```bibtex

0 commit comments

Comments
 (0)