Lyken17 opened a new issue #7355: [API missing] mx.nd.stack & mx.sym.stack
URL: https://github.com/apache/incubator-mxnet/issues/7355
 
 
   Hi there
   
   I found `mx.nd.stack` description in [web 
documents](http://mxnet.io/api/python/ndarray.html?highlight=stack#mxnet.ndarray.stack),
 however, in latest `mxnet` this API no longer exists, is it removed?
   
   ```python
   In [1]: import mxnet as mx
   
   In [2]: mx.__version__
   Out[2]: '0.10.0'
   
   In [3]: a = mx.nd.array([0,1,2])
   
   In [4]: mx.nd.stack(a, a)
   ---------------------------------------------------------------------------
   AttributeError                            Traceback (most recent call last)
   <ipython-input-4-09d48e52dd59> in <module>()
   ----> 1 mx.nd.stack(a, a)
   
   AttributeError: 'module' object has no attribute 'stack'
   ```
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to