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 2019/05/31 06:26:40 UTC

[GitHub] [incubator-mxnet] szha commented on issue #15091: AttributeError: module 'mxnet.ndarray._internal' has no attribute '_rnn_param_concat'

szha commented on issue #15091: AttributeError: module 'mxnet.ndarray._internal' has no attribute '_rnn_param_concat'
URL: https://github.com/apache/incubator-mxnet/issues/15091#issuecomment-497591831
 
 
   @Marcovaldong this sounds like an issue where the python code was upgraded but the libmxnet.so was not. Looks like you're building from source. Could you try rebuild? To make sure the code is up-to-date:
   ```
   git submodule update --init --recursive
   make clean
   ```
   

----------------------------------------------------------------
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


With regards,
Apache Git Services