在Keras中用老师强迫训练LSTM编码器-解码器时,如何实现预定采样的概念?
原始文件在这里:https://arxiv.org/abs/1506.03099
从这篇文章中,我看到纯Tensor-flow支持此培训助手:
scheduled sampling in Tensorflow
https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/ScheduledOutputTrainingHelper
在Keras中有没有办法做到这一点,也许使用自定义的后端功能?