[jira] [Created] (MXNET-421) size match check in reshape

2018-05-14 Thread Sheng Zha (JIRA)
Sheng Zha created MXNET-421:
---

 Summary: size match check in reshape
 Key: MXNET-421
 URL: https://issues.apache.org/jira/browse/MXNET-421
 Project: Apache MXNet
  Issue Type: Bug
Reporter: Sheng Zha


{code:python}
import mxnet as mx
a = mx.nd.ones((10, 50))
b = a.reshape((16, 3)) # only 48 elements out of 500 elements in source
c = a.reshape((16, -1)) # only 496 elements out of 500 elements in source
{code}




--
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-399) elemwise_mul between dense and csr on CPU & GPU

2018-05-14 Thread Hao Jin (JIRA)

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

Hao Jin updated MXNET-399:
--
Status: In Review  (was: In Progress)

> elemwise_mul between dense and csr on CPU & GPU
> ---
>
> Key: MXNET-399
> URL: https://issues.apache.org/jira/browse/MXNET-399
> Project: Apache MXNet
>  Issue Type: Sub-task
>Reporter: Hao Jin
>Assignee: Hao Jin
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>




--
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-420) broadcast_mul/div between csr and 1D dense vector on GPU

2018-05-14 Thread Hao Jin (JIRA)

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

Hao Jin updated MXNET-420:
--
Status: In Review  (was: In Progress)

>  broadcast_mul/div between csr and 1D dense vector on GPU
> -
>
> Key: MXNET-420
> URL: https://issues.apache.org/jira/browse/MXNET-420
> Project: Apache MXNet
>  Issue Type: Sub-task
>Reporter: Hao Jin
>Assignee: Hao Jin
>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] [Updated] (MXNET-420) broadcast_mul/div between csr and 1D dense vector on GPU

2018-05-14 Thread Hao Jin (JIRA)

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

Hao Jin updated MXNET-420:
--
Assignee: Hao Jin
  Status: In Progress  (was: To Do)

>  broadcast_mul/div between csr and 1D dense vector on GPU
> -
>
> Key: MXNET-420
> URL: https://issues.apache.org/jira/browse/MXNET-420
> Project: Apache MXNet
>  Issue Type: Sub-task
>Reporter: Hao Jin
>Assignee: Hao Jin
>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-420) broadcast_mul/div between csr and 1D dense vector on GPU

2018-05-14 Thread Hao Jin (JIRA)
Hao Jin created MXNET-420:
-

 Summary:  broadcast_mul/div between csr and 1D dense vector on GPU
 Key: MXNET-420
 URL: https://issues.apache.org/jira/browse/MXNET-420
 Project: Apache MXNet
  Issue Type: Sub-task
Reporter: Hao Jin






--
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-181) Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-05-14 Thread Anirudh Subramanian (JIRA)

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

Anirudh Subramanian updated MXNET-181:
--
Status: Done  (was: In Progress)

> Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter
> ---
>
> Key: MXNET-181
> URL: https://issues.apache.org/jira/browse/MXNET-181
> Project: Apache MXNet
>  Issue Type: Bug
>Reporter: Rahul Huilgol
>Assignee: Anirudh Subramanian
>Priority: Minor
>
> https://github.com/apache/incubator-mxnet/issues/9920



--
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-345) Bridging operator gaps between MXNet and ONNX

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-345:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> Bridging operator gaps between MXNet and ONNX 
> --
>
> Key: MXNET-345
> URL: https://issues.apache.org/jira/browse/MXNET-345
> Project: Apache MXNet
>  Issue Type: Improvement
>Reporter: Hao Jin
>Assignee: Hao Jin
>Priority: Major
>
> The top-level task for bridging the gap between our operators and ONNX's 
> needs.



--
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-181) Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-181:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter
> ---
>
> Key: MXNET-181
> URL: https://issues.apache.org/jira/browse/MXNET-181
> Project: Apache MXNet
>  Issue Type: Bug
>Reporter: Rahul Huilgol
>Assignee: Anirudh Subramanian
>Priority: Minor
>
> https://github.com/apache/incubator-mxnet/issues/9920



--
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-23) Profiling server process in distributed training

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-23:

Sprint: Apache Sprint 1, Apache Sprint 2, Apache Sprint 3, Apache Sprint 4  
(was: Apache Sprint 1, Apache Sprint 2, Apache Sprint 3)

> Profiling server process in distributed training
> 
>
> Key: MXNET-23
> URL: https://issues.apache.org/jira/browse/MXNET-23
> Project: Apache MXNet
>  Issue Type: New Feature
>  Components: MXNet Engine
>Reporter: Rahul Huilgol
>Assignee: Rahul Huilgol
>Priority: Major
>  Labels: kvstore, profiler
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>




--
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-139) Tutorial for FP16

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-139:
-
Sprint: Apache Sprint 2, Apache Sprint 3, Apache Sprint 4  (was: Apache 
Sprint 2, Apache Sprint 3)

> Tutorial for FP16
> -
>
> Key: MXNET-139
> URL: https://issues.apache.org/jira/browse/MXNET-139
> Project: Apache MXNet
>  Issue Type: Improvement
>Reporter: Rahul Huilgol
>Assignee: Rahul Huilgol
>Priority: Major
>  Time Spent: 3h 50m
>  Remaining Estimate: 0h
>




--
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-370) [Memory] investigate inplace BatchNorm

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-370:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> [Memory] investigate inplace BatchNorm
> --
>
> Key: MXNET-370
> URL: https://issues.apache.org/jira/browse/MXNET-370
> Project: Apache MXNet
>  Issue Type: Improvement
>Reporter: Haibin Lin
>Assignee: Haibin Lin
>Priority: Major
>
> [https://discuss.gluon.ai/t/topic/1377] 



--
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-125) Sparse Operators

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-125:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> Sparse Operators
> 
>
> Key: MXNET-125
> URL: https://issues.apache.org/jira/browse/MXNET-125
> Project: Apache MXNet
>  Issue Type: Improvement
>Reporter: Chris Olivier
>Assignee: Hao Jin
>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] [Updated] (MXNET-417) Investigate BatchNorm perf issue

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-417:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> Investigate BatchNorm perf issue
> 
>
> Key: MXNET-417
> URL: https://issues.apache.org/jira/browse/MXNET-417
> Project: Apache MXNet
>  Issue Type: Task
>Reporter: Haibin Lin
>Assignee: Haibin Lin
>Priority: Major
>
> https://github.com/apache/incubator-mxnet/issues/10095



--
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-374) [Sparse] sparse parameter API for Gluon

2018-05-14 Thread Jun Wu (JIRA)

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

Jun Wu updated MXNET-374:
-
Sprint: Apache Sprint 3, Apache Sprint 4  (was: Apache Sprint 3)

> [Sparse] sparse parameter API for Gluon
> ---
>
> Key: MXNET-374
> URL: https://issues.apache.org/jira/browse/MXNET-374
> Project: Apache MXNet
>  Issue Type: New Feature
>Reporter: Haibin Lin
>Assignee: Haibin Lin
>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] [Updated] (MXNET-418) Hybrid sparse embedding block

2018-05-14 Thread Haibin Lin (JIRA)

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

Haibin Lin updated MXNET-418:
-
Sprint: Apache Sprint 4

> Hybrid sparse embedding block
> -
>
> Key: MXNET-418
> URL: https://issues.apache.org/jira/browse/MXNET-418
> Project: Apache MXNet
>  Issue Type: Task
>Reporter: Haibin Lin
>Assignee: Haibin Lin
>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-419) distributed sparse block interface

2018-05-14 Thread Haibin Lin (JIRA)
Haibin Lin created MXNET-419:


 Summary: distributed sparse block interface
 Key: MXNET-419
 URL: https://issues.apache.org/jira/browse/MXNET-419
 Project: Apache MXNet
  Issue Type: Task
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-418) Hybrid sparse embedding block

2018-05-14 Thread Haibin Lin (JIRA)
Haibin Lin created MXNET-418:


 Summary: Hybrid sparse embedding block
 Key: MXNET-418
 URL: https://issues.apache.org/jira/browse/MXNET-418
 Project: Apache MXNet
  Issue Type: Task
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] [Updated] (MXNET-349) Histogram Operator

2018-05-14 Thread Hao Jin (JIRA)

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

Hao Jin updated MXNET-349:
--
Status: In Review  (was: In Progress)

> Histogram Operator
> --
>
> Key: MXNET-349
> URL: https://issues.apache.org/jira/browse/MXNET-349
> Project: Apache MXNet
>  Issue Type: New Feature
>Reporter: Hao Jin
>Assignee: Hao Jin
>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