Skip to content

Commit

Permalink
Added MarkDown formatting to examples/conv_lstm.py (keras-team#12293)
Browse files Browse the repository at this point in the history
  • Loading branch information
joosephook authored and gabrieldemarmiesse committed Feb 17, 2019
1 parent ca5a4e3 commit 6d5cdd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ nav:
- Image OCR: examples/image_ocr.md
- Bidirectional LSTM: examples/imdb_bidirectional_lstm.md
- 1D CNN for text classification: examples/imdb_cnn.md
- Convolutional LSTM: examples/conv_lstm.md
3 changes: 2 additions & 1 deletion examples/conv_lstm.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" This script demonstrates the use of a convolutional LSTM network.
"""
#This script demonstrates the use of a convolutional LSTM network.
This network is used to predict the next frame of an artificially
generated movie which contains moving squares.
Expand Down

0 comments on commit 6d5cdd7

Please sign in to comment.