bejjani commented on issue #8940: Embedding layer - add default behavior for out of bound index to documentation URL: https://github.com/apache/incubator-mxnet/issues/8940#issuecomment-349775000 You're right, doc for ndarray.Embedding does mention however "By default, if any index mentioned is too large, it is replaced by the index that addresses the last vector in an embedding matrix." It seems to suggest that other options are available. So the sparse implementation behaves differently and throws an exception instead?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
