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 2017/11/09 07:25:34 UTC

[GitHub] fhieber commented on issue #6997: Generalized batch_dot / matrix multiplication

fhieber commented on issue #6997: Generalized batch_dot / matrix multiplication
URL: https://github.com/apache/incubator-mxnet/issues/6997#issuecomment-343069228
 
 
   @nicklhy mxnet-0.12.0 added a `flatten` argument to FullyConnected. If set to `False`, you can pass in n-dimensional input and the matrix multiplication with the weight matrix is applied to the last two dimensions of your input.
   
   I am not aware of any changes in batch_dot, so it probably is still constrained to 3d input (first dim being batch_size).

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services