From dev-return-5025-archive-asf-public=cust-asf.ponee.io@singa.apache.org Thu Apr 9 06:22:21 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B5F93180634 for ; Thu, 9 Apr 2020 08:22:18 +0200 (CEST) Received: (qmail 51319 invoked by uid 500); 9 Apr 2020 06:22:14 -0000 Mailing-List: contact dev-help@singa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.apache.org Delivered-To: mailing list dev@singa.apache.org Received: (qmail 51309 invoked by uid 99); 9 Apr 2020 06:22:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2020 06:22:14 +0000 From: GitBox To: dev@singa.apache.org Subject: [GitHub] [singa] chrishkchris commented on issue #669: Fix cuda_helper.py Message-ID: <158641333470.12821.10130715941103058432.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 09 Apr 2020 06:22:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit chrishkchris commented on issue #669: Fix cuda_helper.py URL: https://github.com/apache/singa/pull/669#issuecomment-611352019 test/python/run.py ``` root@71ac539cda77:~/dcsysh/singa/test/python# python3 run.py .......................................................TEST CONV2D FORWARD TEST CONV2D DATA BACKWARD TEST CONV2D WEIGHT BACKWARD TEST CONV2D DATA BACKWARD [2.0000002] ........('relu1', (2,)) ('relu2', (2,)) ('merge', [(2,), (2,)]) .('relu1', (2,)) ('relu2', (2,)) ('merge', [(2,), (2,)]) ('split', [(2,), (2,)]) ('split1', (2,)) ('split2', (2,)) .('conv', (4, 12, 12)) ('flat', (576,)) ('dense', (4,)) NOTE: If your model was saved using pickle, then set use_pickle=True for loading it NOTE: If your model was saved using Snapshot, then set use_pickle=False for loading it .('relu1', (2,)) ('relu2', (2,)) .('conv', (4, 12, 12)) ('flat', (576,)) ('dense', (4,)) ............................................................................................................................................................................................................................/root/dcsysh/singa/test/python/test_onnx_backend.py:1868: RuntimeWarning: divide by zero encountered in power z = np.power(x, y) .................................................................................................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 561 tests in 3.658s OK ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services