MXNMT icon indicating copy to clipboard operation
MXNMT copied to clipboard

MXNet based Neural Machine Translation

Results 4 MXNMT issues
Sort by recently updated
recently updated
newest added

I notice that the inference of model uses all units in the project, do I need to rewrite the all code to scala if I do inference on spark with...

Hi, I try to run your code in multi gpu and got below error: [02:05:22] /home/ec2-user/mxnet/dmlc-core/include/dmlc/./logging.h:300: [02:05:22] src/operator/tensor/./matrix_op-inl.h:151: Check failed: oshape.Size() == dshape.Size() (7680 vs. 3840) Target shape size is...

@magic282 hi! great work! but how to use your code ?For example training and prediction Is there a guide for us ? Thank you very much !