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


With regards,
Apache Git Services

Reply via email to