From dev-return-5531-archive-asf-public=cust-asf.ponee.io@singa.apache.org Sat May 30 17:12:12 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 0ED20180638 for ; Sat, 30 May 2020 19:12:11 +0200 (CEST) Received: (qmail 51898 invoked by uid 500); 30 May 2020 17:12:11 -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 51886 invoked by uid 99); 30 May 2020 17:12:11 -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; Sat, 30 May 2020 17:12:11 +0000 From: =?utf-8?q?GitBox?= To: dev@singa.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bsinga=5D_Shashankwer_edited_a_comment_on_issue_=23?= =?utf-8?q?700=3A_Expand_the_model_zoo_=28example_model_set=29?= Message-ID: <159085873121.10999.5506499729864684344.asfpy@gitbox.apache.org> Date: Sat, 30 May 2020 17:12:11 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: Shashankwer edited a comment on issue #700: URL: https://github.com/apache/singa/issues/700#issuecomment-636358453 > @Shashankwer I got the same error too, there is a "not implemented error" too when I try to run ShufflenetV1 > > I got a floating point exception: 8 when loading GPT2, does anyone know what causes this? Hi @agnesnatasya , For ShufflenetV1 issue is it requires cuda gpu for implementation. It makes use of grouped 1x1 convolution which does not seem to be supported by cpu module and is written only for cuda. It refers get_default_device as '-1' and gpu devices starting from 0. For me it failed on the check condition device.id()==-1 in sonnx.py. Running the same on colab did resolve the issue. Thanks, Shashank ---------------------------------------------------------------- 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