Skip to content

Commit ae00837

Browse files
committed
Improve readme
1 parent 54c0e0a commit ae00837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ downloaded the extracted dataset at https://drive.google.com/file/d/14k4AgOVws4_
1010

1111
## Running the Models
1212
In order to train a model and evaluate a model, run:
13+
1314
`python training/train.py --model_name="lstm_gcn_to_lstm_attention"
1415
--print_every=10000 --attention=True --graph=True --iterations=500000`
16+
1517
All the possible options when running a model can be seen by running:
18+
1619
`python train.py --help`
1720

1821
## Pretrained Models

0 commit comments

Comments
 (0)