Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ tools/gdata_bin.sh

To train one single protein model from scratch, run
```
exp/EXP_NAME/train.sh pu PrismNet TIA1_Hela clip_data
# exp/EXP_NAME/train.sh pu PrismNet TIA1_Hela clip_data
exp/prismnet/train.sh TIA1_Hela clip_data PrismNet pu
```
where you replace `TIA1_Hela` with the name of the data file you want to use, you replace EXP_NAME with a specific name of this experiment. Hyper-parameters could be tuned in `exp/prismnet/train.sh`. For available training options, please take a look at `tools/train.py`.

Expand Down