You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/16 17:37:50 UTC

[incubator-mxnet] branch master updated: fix a formula typo in doc (#7434)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 75ee597  fix a formula typo in doc (#7434)
75ee597 is described below

commit 75ee5976bc1a7ec24746d764b529d0ae8e6e9583
Author: zjjxsjh <jh...@uw.edu>
AuthorDate: Wed Aug 16 10:37:48 2017 -0700

    fix a formula typo in doc (#7434)
    
    * fix a formula typo in doc
    
    * change num_channel to channel
---
 src/operator/convolution.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operator/convolution.cc b/src/operator/convolution.cc
index 35ab5f0..55cfe4e 100644
--- a/src/operator/convolution.cc
+++ b/src/operator/convolution.cc
@@ -101,7 +101,7 @@ channel, height, width)*, the output is computed by
 
 .. math::
 
-   out[n,i,:,:] = bias[i] + \sum_{j=0}^{num\_filter} data[n,j,:,:] \star
+   out[n,i,:,:] = bias[i] + \sum_{j=0}^{channel} data[n,j,:,:] \star
    weight[i,j,:,:]
 
 where :math:`\star` is the 2-D cross-correlation operator.

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].