From commits-return-2281-archive-asf-public=cust-asf.ponee.io@singa.incubator.apache.org Sat May 19 11:42:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 73B8518077A for ; Sat, 19 May 2018 11:42:12 +0200 (CEST) Received: (qmail 92858 invoked by uid 500); 19 May 2018 09:42: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 92849 invoked by uid 99); 19 May 2018 09:42:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2018 09:42:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 294BAC0148 for ; Sat, 19 May 2018 09:42:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -11.711 X-Spam-Level: X-Spam-Status: No, score=-11.711 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id zURLIA2rNaNK for ; Sat, 19 May 2018 09:42:09 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id E9BCC5F47D for ; Sat, 19 May 2018 09:42:08 +0000 (UTC) Received: (qmail 92750 invoked by uid 99); 19 May 2018 09:42:08 -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; Sat, 19 May 2018 09:42:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 150B7E0C5E; Sat, 19 May 2018 09:42:08 +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: Sat, 19 May 2018 09:42:10 -0000 Message-Id: <45d9f9d1f4fa4316810cfb43530e02f8@git.apache.org> In-Reply-To: <7a8f413466df4bfeb18587b499dd49e1@git.apache.org> References: <7a8f413466df4bfeb18587b499dd49e1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-singa git commit: Merge branch 'pr381' Merge branch 'pr381' Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/29b87b99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/29b87b99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/29b87b99 Branch: refs/heads/master Commit: 29b87b991f440bc4413f83426e083857c7d39fdb Parents: 0cf960c 32b00c0 Author: Wang Wei Authored: Sat May 19 17:41:17 2018 +0800 Committer: Wang Wei Committed: Sat May 19 17:41:17 2018 +0800 ---------------------------------------------------------------------- examples/char-rnn/train.py | 2 +- python/singa/net.py | 2 +- python/singa/tensor.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/29b87b99/python/singa/net.py ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/29b87b99/python/singa/tensor.py ----------------------------------------------------------------------