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/27 18:51:39 UTC

[GitHub] [incubator-mxnet] szha commented on issue #15062: Bug in BidirectionalCell for imperative mode when time_step is 1

szha commented on issue #15062: Bug in BidirectionalCell for imperative mode when time_step is 1
URL: https://github.com/apache/incubator-mxnet/issues/15062#issuecomment-496284978
 
 
   The problem is in the inconsistent behavior of split, where if the number of splits is 1 it returns a single NDArray instead of a list.

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