Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E6D15200B67 for ; Tue, 16 Aug 2016 09:43:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E53AB160ABA; Tue, 16 Aug 2016 07:43:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3851B160A76 for ; Tue, 16 Aug 2016 09:43:12 +0200 (CEST) Received: (qmail 29046 invoked by uid 500); 16 Aug 2016 07:43:11 -0000 Mailing-List: contact commits-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list commits@singa.incubator.apache.org Received: (qmail 29033 invoked by uid 99); 16 Aug 2016 07:43:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 07:43:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0A7071857E4 for ; Tue, 16 Aug 2016 07:43:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Lga2RYpUyt_T for ; Tue, 16 Aug 2016 07:43:07 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A8DDA5FB8F for ; Tue, 16 Aug 2016 07:43:06 +0000 (UTC) Received: (qmail 28995 invoked by uid 99); 16 Aug 2016 07:43:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 07:43:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C13CCE0F85; Tue, 16 Aug 2016 07:43:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wangwei@apache.org To: commits@singa.incubator.apache.org Date: Tue, 16 Aug 2016 07:43:07 -0000 Message-Id: <60744548b1c54e12a2e2a1fae676001f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-singa git commit: Merge updates for docs and bug-fix for pool.cc and tensor.to_numpy() archived-at: Tue, 16 Aug 2016 07:43:13 -0000 Merge updates for docs and bug-fix for pool.cc and tensor.to_numpy() Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/d2300ae2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d2300ae2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d2300ae2 Branch: refs/heads/dev Commit: d2300ae258c77ce488734efe98dbaf69f3210ff9 Parents: a144a61 22889bc Author: Wei Wang Authored: Tue Aug 16 15:41:33 2016 +0800 Committer: Wei Wang Committed: Tue Aug 16 15:41:33 2016 +0800 ---------------------------------------------------------------------- examples/char-rnn/train.py | 36 +++++++++++++++++++----------------- src/model/layer/pooling.cc | 17 +++++++++-------- src/python/singa/tensor.py | 16 ++++++++++------ 3 files changed, 38 insertions(+), 31 deletions(-) ----------------------------------------------------------------------