Skip to content

Commit

Permalink
Add MarkDown formatting to examples/cifar10_cnn.py (keras-team#12226)
Browse files Browse the repository at this point in the history
  • Loading branch information
joosephook authored and gabrieldemarmiesse committed Feb 7, 2019
1 parent 74ccfc4 commit 8bc53be
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 @@ -71,3 +71,4 @@ nav:
- Addition RNN: examples/addition_rnn.md
- Baby RNN: examples/babi_rnn.md
- Baby MemNN: examples/babi_memnn.md
- CIFAR-10 CNN: examples/cifar10_cnn.md
3 changes: 2 additions & 1 deletion examples/cifar10_cnn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'''Train a simple deep CNN on the CIFAR10 small images dataset.
'''
#Train a simple deep CNN on the CIFAR10 small images dataset.
It gets to 75% validation accuracy in 25 epochs, and 79% after 50 epochs.
(it's still underfitting at that point, though).
Expand Down

0 comments on commit 8bc53be

Please sign in to comment.