From commits-return-106999-apmail-mxnet-commits-archive=mxnet.apache.org@mxnet.incubator.apache.org Fri Nov 15 11:57:31 2019 Return-Path: X-Original-To: apmail-mxnet-commits-archive@minotaur.apache.org Delivered-To: apmail-mxnet-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 9E2EB195CB for ; Fri, 15 Nov 2019 11:57:31 +0000 (UTC) Received: (qmail 91459 invoked by uid 500); 15 Nov 2019 11:57:31 -0000 Delivered-To: apmail-mxnet-commits-archive@mxnet.apache.org Received: (qmail 91430 invoked by uid 500); 15 Nov 2019 11:57:31 -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 91421 invoked by uid 99); 15 Nov 2019 11:57:31 -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, 15 Nov 2019 11:57:31 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] [incubator-mxnet] sxjscience commented on issue #7410: mxnet random seed should not be fixed by default Message-ID: <157381905093.15643.12033287454014393469.gitbox@gitbox.apache.org> Date: Fri, 15 Nov 2019 11:57:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sxjscience commented on issue #7410: mxnet random seed should not be fixed by default URL: https://github.com/apache/incubator-mxnet/issues/7410#issuecomment-554332636 I suggest fixing the seeding issue in 1.6.1. Currently, MXNet is not consistently even if we fix the seed: https://github.com/apache/incubator-mxnet/pull/16605 https://github.com/apache/incubator-mxnet/pull/16532 https://github.com/apache/incubator-mxnet/issues/16705 Also, we should try to accelerate the performance of our default random number generator. ________________________________ From: Leonard Lausen Sent: Friday, November 15, 2019 12:07:06 AM To: apache/incubator-mxnet Cc: Xingjian SHI ; Mention Subject: Re: [apache/incubator-mxnet] mxnet random seed should not be fixed by default (#7410) @junrushao1994 I agree about the advantages. The problem is that it doesn't follow numpy API. Would it make sense to add it as part of a npx.random? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. ---------------------------------------------------------------- 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