Fixed grammar

This commit is contained in:
Davis King 2017-08-24 19:42:22 -04:00
parent 6a96269097
commit 8e6132463a
1 changed files with 1 additions and 1 deletions

View File

@ -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