From 8e6132463a537723ce3de91a883d19fa4c9b21b3 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 24 Aug 2017 19:42:22 -0400 Subject: [PATCH] Fixed grammar --- dlib/dnn/layers_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/dnn/layers_abstract.h b/dlib/dnn/layers_abstract.h index 76b54c5d1..c4d5a7231 100644 --- a/dlib/dnn/layers_abstract.h +++ b/dlib/dnn/layers_abstract.h @@ -2392,7 +2392,7 @@ namespace dlib defined above. In particular, the output of this layer is simply a copy of the input tensor. However, you can configure the extract layer to output only some subset of the input tensor and also to reshape it. Therefore, - the dimensions of the tensors output by this layer are as follows (letting + the dimensions of the tensor output by this layer are as follows (letting IN be the input tensor and OUT the output tensor): - OUT.num_samples() == IN.num_samples() - OUT.k() == _k