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 
   ```Scala
   args ++= data
   ```
   And the warning just gone, super weird...

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to