From c8a175f56901e64d741ac43297d3cece858cd31e Mon Sep 17 00:00:00 2001 From: scott-vsi Date: Wed, 11 Mar 2020 22:56:07 -0400 Subject: [PATCH] effect -> affect (#2019) --- 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 6fbf68e7d..7e0798c7d 100644 --- a/dlib/dnn/layers_abstract.h +++ b/dlib/dnn/layers_abstract.h @@ -1631,7 +1631,7 @@ namespace dlib where all operations are performed element wise and each sample in the INPUT tensor is processed separately. - Moreover, this object has two modes that effect the dimensionalities of A + Moreover, this object has two modes that affect the dimensionalities of A and B and how they are applied to compute A*INPUT+B. If get_mode()==FC_MODE then A and B each have the same dimensionality as the input tensor, except their num_samples() dimensions are 1. If