Closed urialon closed 5 years ago
This argument raises an exception because:
SeqDecoder.finalise_minibatch(..)
is_train
Seq2SeqModel
self._decoder_model.finalise_metadata
Graph2SeqModel
By removing this unused argument, Graph2Seq is fixed.
All CLA requirements met.
This argument raises an exception because:
SeqDecoder.finalise_minibatch(..)
requires a named argumentis_train
, but does not use itSeq2SeqModel
callsself._decoder_model.finalise_metadata
withis_train
Graph2SeqModel
callsself._decoder_model.finalise_metadata
withoutis_train
(so it is currently broken)By removing this unused argument, Graph2Seq is fixed.