Skip to content

Conversation

urialon
Copy link
Contributor

@urialon urialon commented Jul 30, 2019

This argument raises an exception because:

  • SeqDecoder.finalise_minibatch(..) requires a named argument is_train, but does not use it
  • Seq2SeqModel calls self._decoder_model.finalise_metadata with is_train
  • Graph2SeqModel calls self._decoder_model.finalise_metadata without is_train (so it is currently broken)

By removing this unused argument, Graph2Seq is fixed.

@msftclas
Copy link

msftclas commented Jul 30, 2019

CLA assistant check
All CLA requirements met.

@mmjb mmjb merged commit 8967fac into microsoft:master Jul 30, 2019
@urialon urialon deleted the fix_finalise branch July 30, 2019 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants