Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C140E200D50 for ; Mon, 4 Dec 2017 11:21:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BFB49160C05; Mon, 4 Dec 2017 10:21:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0A179160BF9 for ; Mon, 4 Dec 2017 11:21:50 +0100 (CET) Received: (qmail 69005 invoked by uid 500); 4 Dec 2017 10:21:50 -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 68996 invoked by uid 99); 4 Dec 2017 10:21:50 -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; Mon, 04 Dec 2017 10:21:50 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] hwjwayne opened a new issue #8933: How to train data with multi-class label Message-ID: <151238290960.24942.15039133488869586.gitbox@gitbox.apache.org> archived-at: Mon, 04 Dec 2017 10:21:51 -0000 hwjwayne opened a new issue #8933: How to train data with multi-class label URL: https://github.com/apache/incubator-mxnet/issues/8933 There are 600 classes in the image dataset, each image belongs to one or more classes. How can I train such dataset? **Is it a correct choice:** Present image label by 600*1 binary vector, which contains one or more "1". Bulid network with 600 outputs, and activate them with LogisticRegressionOutput() (BTW, Will mxnet set the loss function to logistic loss automatically?) I obtain a 0.49% mAP on this dataset, by it's reported 36.1% in the paper. (Parameters are set the same as the paper) ---------------------------------------------------------------- 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