From commits-return-108292-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Tue Dec 3 02:59:09 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3442718064E for ; Tue, 3 Dec 2019 03:59:09 +0100 (CET) Received: (qmail 41748 invoked by uid 500); 3 Dec 2019 02:59:08 -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 41739 invoked by uid 99); 3 Dec 2019 02:59:08 -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, 03 Dec 2019 02:59:08 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] [incubator-mxnet] leezu commented on issue #16922: Update LoggingHandler to support logging per interval Message-ID: <157534194833.20326.16719861381836377655.gitbox@gitbox.apache.org> Date: Tue, 03 Dec 2019 02:59:08 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit leezu commented on issue #16922: Update LoggingHandler to support logging per interval URL: https://github.com/apache/incubator-mxnet/pull/16922#issuecomment-560976425 I'm actually not sure if logging both `self.train_metrics + self.val_metrics` during `LOG_PER_INTERVAL` is good. Currently the notion of `val_metrics` and `train_metrics` is not clearly decoupled. Thinking about how to tackle https://github.com/apache/incubator-mxnet/issues/16959 may also help to clarify the relation of `eval_metrics` and `train_metrics` and how their values should be updated and logged. ---------------------------------------------------------------- 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