mxnet-seq2seq icon indicating copy to clipboard operation
mxnet-seq2seq copied to clipboard

Sequence to sequence learning with MXNET

Results 2 mxnet-seq2seq issues
Sort by recently updated
recently updated
newest added

hi On running this code i m seeing an error "IOError: [Errno 2] No such file or directory: './data/data.pickle'" can anyone help me to solve this. thank you

Hi, I try to set the num_layers value in main.y to support multi layers, but I got below error: assert arg_shapes is not None, "shape inference failed" AssertionError: shape inference...