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 2018/05/15 18:05:43 UTC

[incubator-mxnet] branch master updated: Correction of gluon documentation in nn.md (#10944)

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 e103ea5  Correction of gluon documentation in nn.md (#10944)
e103ea5 is described below

commit e103ea59e1ca810e4fcb9790b843ca8a058727f3
Author: f.diakogiannis <ph...@gmail.com>
AuthorDate: Wed May 16 02:05:36 2018 +0800

    Correction of gluon documentation in nn.md (#10944)
    
    * Correction of gluon documentation in nn.md
    
    Added ```HybridLambda``` in the Basic Layers  list as suggested in #10930
    
    * Update nn.md
    
    Added Lambda too
---
 docs/api/python/gluon/nn.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/api/python/gluon/nn.md b/docs/api/python/gluon/nn.md
index 1001f20..1791faf 100644
--- a/docs/api/python/gluon/nn.md
+++ b/docs/api/python/gluon/nn.md
@@ -23,6 +23,8 @@ This document lists the neural network blocks in Gluon:
     LayerNorm
     Embedding
     Flatten
+    Lambda
+    HybridLambda
 ```
 
 

-- 
To stop receiving notification emails like this one, please contact
jxie@apache.org.