From commits-return-73557-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Fri Feb 1 18:57:27 2019 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 D7EF7180627 for ; Fri, 1 Feb 2019 19:57:26 +0100 (CET) Received: (qmail 21449 invoked by uid 500); 1 Feb 2019 18:57:26 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 21434 invoked by uid 99); 1 Feb 2019 18:57:26 -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; Fri, 01 Feb 2019 18:57:26 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] sravanbabuiitm opened a new issue #14046: Bucketing module after Hybridize ? Message-ID: <154904744549.25943.800021038206133206.gitbox@gitbox.apache.org> Date: Fri, 01 Feb 2019 18:57:25 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sravanbabuiitm opened a new issue #14046: Bucketing module after Hybridize ? URL: https://github.com/apache/incubator-mxnet/issues/14046 How does bucketing via diff padding work seamlessly post hybridize ? In symbolic mxnet, we create separate copies of the model for each bucket size & with gluon, i think we avoid that coz of imperative style. I have noticed models working seamlessly with hybridize as well, without us needing to do anything different as in gluon. How does this work ? whats the internal changes that are enabling this ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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