Skip to content

Commit

Permalink
add instructions for unzip pre-trained model files
Browse files Browse the repository at this point in the history
  • Loading branch information
farkguidao authored Dec 31, 2021
1 parent 1cf7797 commit 956203f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ And you can run `tensorboard --logdir lightning_logs/version_0` to monitor the t

You can predict the interaction between drugs through the pre-trained model we provide.

**Since git limits the size of a single file upload, we divide the pre-trained model into multiple volumes. Please unzip the files in the directory `./lightning_logs/pre-trained/checkpoints/` first.**

Load the pre-trained model and predict the test dataset by:

```
Expand Down

0 comments on commit 956203f

Please sign in to comment.