From dev-return-6425-archive-asf-public=cust-asf.ponee.io@singa.apache.org Tue Oct 13 13:33:20 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 9528D18060E for ; Tue, 13 Oct 2020 15:33:20 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id D5AED4453C for ; Tue, 13 Oct 2020 13:33:19 +0000 (UTC) Received: (qmail 44769 invoked by uid 500); 13 Oct 2020 13:33:19 -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 44753 invoked by uid 99); 13 Oct 2020 13:33:19 -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; Tue, 13 Oct 2020 13:33:19 +0000 From: =?utf-8?q?GitBox?= To: dev@singa.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bsinga=5D_lijiansong_edited_a_comment_on_issue_=238?= =?utf-8?q?07=3A_AssertionError_for_the_ONNX_training_testcases=3F?= Message-ID: <160259599956.32230.6518665323566033613.asfpy@gitbox.apache.org> Date: Tue, 13 Oct 2020 13:33:19 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: lijiansong edited a comment on issue #807: URL: https://github.com/apache/singa/issues/807#issuecomment-707739661 @pinpom If you print the Assertion expression at `/hdd2/thao/conda/miniconda3/envs/sing/lib/python3.7/site-packages/singa/layer.py` of line 43, ``` assert len(args) > 0 and isinstance(args[0], Tensor), ( 'initialize function expects PlaceHolders or Tensors') ``` you may find that `args[0]` here is not an instance of singa.tensor.Tensor. Someone else please help to fix this bug? ---------------------------------------------------------------- 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