From d2856f67b033c8b74f1dc1de7b91d6b29abd8f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=89=91=E6=9E=97?= Date: Thu, 15 Feb 2018 09:21:10 +0800 Subject: [PATCH] fix typo --- examples/cifar10_cnn_capsule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cifar10_cnn_capsule.py b/examples/cifar10_cnn_capsule.py index 9f136ef13b1a..b9f09b3fb1b7 100644 --- a/examples/cifar10_cnn_capsule.py +++ b/examples/cifar10_cnn_capsule.py @@ -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)