[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-08 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-395656636 In order to solve the issue I mentioned before, I change the code from ```Scala data.foreach(args.append(_)) ``` to

[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-08 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-395656636 In order to solve the issue I mentioned before, I change the code from ``` data.foreach(args.append(_)) ``` to

[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-07 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-395334562 I have also placed the changes for Symbol api since I faced the Concat problem: ```Scala concat =

[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-05 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-394895328 In the most recent two commits, I have made some modification on the NDArray Macros. In the past, I have placed all variables

[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-02 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-394107129 These changes separate the code generation component for old and new API, should have minimal impact to the old API. We do not