Unverified Commit c8a175f5 authored by scott-vsi's avatar scott-vsi Committed by GitHub
Browse files

effect -> affect (#2019)

parent 7b35d7b2
...@@ -1631,7 +1631,7 @@ namespace dlib ...@@ -1631,7 +1631,7 @@ namespace dlib
where all operations are performed element wise and each sample in the where all operations are performed element wise and each sample in the
INPUT tensor is processed separately. 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 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 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 input tensor, except their num_samples() dimensions are 1. If
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment