You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/26 09:31:08 UTC

[GitHub] [incubator-mxnet] wy3406 opened a new issue #18171: AttributeError: module 'mxnet.ndarray' has no attribute 'im2col'

wy3406 opened a new issue #18171:
URL: https://github.com/apache/incubator-mxnet/issues/18171


   ## Description
   Use the "mxnet.ndarray. im2col" function to appear "AttributeError"
   
   ### Error Message
   >>> import mxnet as mx
   >>> mx.__version__
   '1.6.0'
   >>> mx.nd.im2col()
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
   AttributeError: module 'mxnet.ndarray' has no attribute 'im2col'
   
   ## Environment
   
   We recommend using our script for collecting the diagnositc information. Run the following command and paste the outputs below:
   ```
   ubuntu 16.04
   CUDA10.1
   
   # paste outputs here
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org