[jira] [Created] (MXNET-1345) Verbose option in fit() API

2019-03-05 Thread Haibin Lin (JIRA)
Haibin Lin created MXNET-1345:
-

 Summary: Verbose option in fit() API
 Key: MXNET-1345
 URL: https://issues.apache.org/jira/browse/MXNET-1345
 Project: Apache MXNet
  Issue Type: Improvement
Reporter: Haibin Lin






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1343) Add unit tests, integration tests

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1343:
--

 Summary: Add unit tests, integration tests
 Key: MXNET-1343
 URL: https://issues.apache.org/jira/browse/MXNET-1343
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


Aim for 100% test coverage for Fit API



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1341) Checkpoint Handler

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1341:
--

 Summary: Checkpoint Handler
 Key: MXNET-1341
 URL: https://issues.apache.org/jira/browse/MXNET-1341
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


Save model every few epochs, provide option to save only if metrics improved.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1344) Verbose option in fit() API

2019-03-05 Thread Karan Jariwala (JIRA)
Karan Jariwala created MXNET-1344:
-

 Summary: Verbose option in fit() API
 Key: MXNET-1344
 URL: https://issues.apache.org/jira/browse/MXNET-1344
 Project: Apache MXNet
  Issue Type: New Feature
Reporter: Karan Jariwala






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1342) Early Stopping Handler

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1342:
--

 Summary: Early Stopping Handler
 Key: MXNET-1342
 URL: https://issues.apache.org/jira/browse/MXNET-1342
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


Stop training if metrics not improving



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1338) CNN examples using Fit API

2019-03-05 Thread Abhinav Sharma (JIRA)
Abhinav Sharma created MXNET-1338:
-

 Summary: CNN examples using Fit API
 Key: MXNET-1338
 URL: https://issues.apache.org/jira/browse/MXNET-1338
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Abhinav Sharma


Prepare examples of CNN models which are trained using the Gluon Fit API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1337) Verbose option in fit() API

2019-03-05 Thread Karan Jariwala (JIRA)
Karan Jariwala created MXNET-1337:
-

 Summary: Verbose option in fit() API
 Key: MXNET-1337
 URL: https://issues.apache.org/jira/browse/MXNET-1337
 Project: Apache MXNet
  Issue Type: New Feature
Reporter: Karan Jariwala


- By passing different verbose option(0, 1, or 2) in fit() API, user can see 
brief/detailed training output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1340) Improve net, trainer initialization logic

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1340:
--

 Summary: Improve net, trainer initialization logic
 Key: MXNET-1340
 URL: https://issues.apache.org/jira/browse/MXNET-1340
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


context info is needed for net initialization and data split and load during 
fit.

net initialization is required before trainer can be initialized

need to improve the default arguments for estimator and fit on initialization 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1339) Multi-task and SSD Examples

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1339:
--

 Summary: Multi-task and SSD Examples
 Key: MXNET-1339
 URL: https://issues.apache.org/jira/browse/MXNET-1339
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


Improve estimator to handle multiple outputs/losses for multi task and ssd



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1336) Verbose option in fit() API

2019-03-05 Thread Karan Jariwala (JIRA)
Karan Jariwala created MXNET-1336:
-

 Summary: Verbose option in fit() API
 Key: MXNET-1336
 URL: https://issues.apache.org/jira/browse/MXNET-1336
 Project: Apache MXNet
  Issue Type: New Feature
Reporter: Karan Jariwala


- By passing different verbose option(0, 1, or 2) in fit() API, user can see 
brief/detailed training output.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Updated] (MXNET-1335) RNN examples using fit() API

2019-03-05 Thread Karan Jariwala (JIRA)


 [ 
https://issues.apache.org/jira/browse/MXNET-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karan Jariwala updated MXNET-1335:
--
Component/s: Gluon

> RNN examples using fit() API
> 
>
> Key: MXNET-1335
> URL: https://issues.apache.org/jira/browse/MXNET-1335
> Project: Apache MXNet
>  Issue Type: New Feature
>  Components: Gluon
>Reporter: Karan Jariwala
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1334) Base class for Gluon estimator and eventhandlers

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1334:
--

 Summary: Base class for Gluon estimator and eventhandlers
 Key: MXNET-1334
 URL: https://issues.apache.org/jira/browse/MXNET-1334
 Project: Apache MXNet
  Issue Type: New Feature
  Components: Gluon
Reporter: Lai Wei


Implement a base class for Gluon estimator and eventhandler according to 
design: 
[https://cwiki.apache.org/confluence/display/MXNET/Gluon+Fit+API+-+Tech+Design]

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1335) RNN examples using fit() API

2019-03-05 Thread Karan Jariwala (JIRA)
Karan Jariwala created MXNET-1335:
-

 Summary: RNN examples using fit() API
 Key: MXNET-1335
 URL: https://issues.apache.org/jira/browse/MXNET-1335
 Project: Apache MXNet
  Issue Type: New Feature
Reporter: Karan Jariwala






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Updated] (MXNET-1333) Gluon Fit API

2019-03-05 Thread Lai Wei (JIRA)


 [ 
https://issues.apache.org/jira/browse/MXNET-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lai Wei updated MXNET-1333:
---
Description: Tech Design: 
https://cwiki.apache.org/confluence/display/MXNET/Gluon+Fit+API+-+Tech+Design

> Gluon Fit API
> -
>
> Key: MXNET-1333
> URL: https://issues.apache.org/jira/browse/MXNET-1333
> Project: Apache MXNet
>  Issue Type: Epic
>Reporter: Lai Wei
>Priority: Major
>
> Tech Design: 
> https://cwiki.apache.org/confluence/display/MXNET/Gluon+Fit+API+-+Tech+Design



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Updated] (MXNET-1333) Gluon Fit API

2019-03-05 Thread Lai Wei (JIRA)


 [ 
https://issues.apache.org/jira/browse/MXNET-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lai Wei updated MXNET-1333:
---
Summary: Gluon Fit API  (was: Provide an easy to use estimator and fit 
method to help training process, users don't have to manually write training 
loops)

> Gluon Fit API
> -
>
> Key: MXNET-1333
> URL: https://issues.apache.org/jira/browse/MXNET-1333
> Project: Apache MXNet
>  Issue Type: Epic
>Reporter: Lai Wei
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org



[jira] [Created] (MXNET-1333) Provide an easy to use estimator and fit method to help training process, users don't have to manually write training loops

2019-03-05 Thread Lai Wei (JIRA)
Lai Wei created MXNET-1333:
--

 Summary: Provide an easy to use estimator and fit method to help 
training process, users don't have to manually write training loops
 Key: MXNET-1333
 URL: https://issues.apache.org/jira/browse/MXNET-1333
 Project: Apache MXNet
  Issue Type: Epic
Reporter: Lai Wei






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org