Skip to content

Commit

Permalink
fix typo (keras-team#9391)
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone authored and fchollet committed Feb 15, 2018
1 parent e41378a commit ed204e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cifar10_cnn_capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def compute_output_shape(self, input_shape):
the output of final model is the lengths of 10 Capsule, whose dim=16.
the length of Capsule is the proba,
so the probelm becomes a 10 two-classification problems
so the problem becomes a 10 two-classification problem.
"""

x = Reshape((-1, 128))(x)
Expand Down

0 comments on commit ed204e1

Please sign in to comment.