We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c0e0a commit ae00837Copy full SHA for ae00837
README.md
@@ -10,9 +10,12 @@ downloaded the extracted dataset at https://drive.google.com/file/d/14k4AgOVws4_
10
11
## Running the Models
12
In order to train a model and evaluate a model, run:
13
+
14
`python training/train.py --model_name="lstm_gcn_to_lstm_attention"
15
--print_every=10000 --attention=True --graph=True --iterations=500000`
16
17
All the possible options when running a model can be seen by running:
18
19
`python train.py --help`
20
21
## Pretrained Models
0 commit comments