leezu commented on issue #19686:
URL: 
https://github.com/apache/incubator-mxnet/issues/19686#issuecomment-747516087


   ```
   the input must be a single tensor of interleaved projections
       of queries, keys and values following the layout:
       (seq_length, batch_size, num_heads * head_dim * 3)
   ```
   
   you are using a `0` shape tensor as `num_heads=0`. It's not supported in 
`mx.nd` interface..
   
   We can track improving the error message
   


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to