microsoft / graph-based-code-modelling

Code for "Generative Code Modeling with Graphs" (ICLR'19)
MIT License
170 stars 38 forks source link

Removing argument 'is_train' which is not used in SeqDecoder.finalise_minibatch #5

Closed urialon closed 5 years ago

urialon commented 5 years ago

This argument raises an exception because:

By removing this unused argument, Graph2Seq is fixed.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.