Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhang-cs authored Apr 23, 2017
1 parent 9b19cf4 commit 0ee0a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cd ./codes
THEANO_FLAGS=device=gpu0,floatX=float32 python dppLSTM_main.py
```

This will automatically run summarization on the video data using pre-trained model, and save the results in *./res_LSTM/* as **dppLSTM_$DATASET$_inference.h5**
This will automatically run summarization on the video data using pre-trained model, and save the results in *./res_LSTM/* as **dppLSTM_$DATASET$_2_inference.h5**

If you want to train the model on your own data, just uncomment Line 85 in *dppLSTM_main.py*
```
Expand Down

0 comments on commit 0ee0a09

Please sign in to comment.