ZurichNLP / sockeye

Sequence-to-sequence framework with a focus on Neural Machine Translation based on Apache MXNet
Apache License 2.0
0 stars 2 forks source link

Implement output handlers #2

Closed bricksdont closed 6 years ago

bricksdont commented 6 years ago

Output should be in terms of handlers, I think we can use the ones that are already implemented:

https://github.com/awslabs/sockeye/blob/master/sockeye/output_handler.py

bricksdont commented 6 years ago

Implemented by e42fad470493762f47cb94d10a3ce0ecef3913fa, closing.