You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ To fine-tune the AGILE pre-trained model for ionizable lipid prediction on the s
50
50
$ python finetune.py config_finetune.yaml
51
51
```
52
52
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>
0 commit comments