Skip to content

Commit

Permalink
Added MarkDown formatting to examples/cifar10_cnn_capsule.py (keras-t…
Browse files Browse the repository at this point in the history
  • Loading branch information
joosephook authored and gabrieldemarmiesse committed Feb 8, 2019
1 parent e2aced2 commit 539aff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ 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
- CIFAR-10 CNN: examples/cifar10_cnn.md
- CIFAR-10 CNN-Capsule: examples/cifar10_cnn_capsule.md
3 changes: 2 additions & 1 deletion examples/cifar10_cnn_capsule.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Train a simple CNN-Capsule Network on the CIFAR10 small images dataset.
"""
#Train a simple CNN-Capsule Network on the CIFAR10 small images dataset.
Without Data Augmentation:
It gets to 75% validation accuracy in 10 epochs,
Expand Down

0 comments on commit 539aff8

Please sign in to comment.