OpenNMT/OpenNMT-tf

Multi-decoder setup for multi-task learning

Open

#130 创建于 2018年5月22日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Python (1,428 star) (394 fork)batch import
enhancementhelp wanted

描述

Similarly to the ParallelEncoder, a ParallelDecoder setup could allow multi-task learning. This should not be too hard to implement but we need to take care of some details:

  • support separate values for the decoding parameters (beam_width, length_penalty, etc.),
  • parts of SequenceToSequence assume a single output head (e.g. loss computation, reverse vocabulary lookup, exported outputs for model serving, etc. which should be moved in the decoder itself)

贡献者指南