You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/11/17 13:07:26 UTC

[singa-doc] branch master updated: minor debug

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

chrishkchris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new b27bb2b  minor debug
     new 1c8e8bd  Merge pull request #35 from chrishkchris/debug
b27bb2b is described below

commit b27bb2bc16ce0697ef1b300943b5c6f690dc801f
Author: Chris Yeung <ch...@yahoo.com.hk>
AuthorDate: Tue Nov 17 21:04:18 2020 +0800

    minor debug
---
 docs-site/docs/autograd.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs-site/docs/autograd.md b/docs-site/docs/autograd.md
index cc6bd1e..292a861 100644
--- a/docs-site/docs/autograd.md
+++ b/docs-site/docs/autograd.md
@@ -192,8 +192,7 @@ for epoch in range(epochs):
 
 ### Using the Model API
 
-The following <<<<<<< HEAD
-[example](https://github.com/apache/singa/blob/master/examples/cnn/model/cnn.py)
+The following [example](https://github.com/apache/singa/blob/master/examples/cnn/model/cnn.py)
 implements a CNN model using the [Model API](./graph).
 
 #### Define the subclass of Model