clay-lab / transductions

A PyTorch framework for creating, running, and reproducing experiments on seq2seq models.
6 stars 3 forks source link

Separate TGT field for training and test data #27

Open NoahAmsel opened 4 years ago

NoahAmsel commented 4 years ago

Currently when we read the validation data file during training, we insert INNER to represent the inner nodes. This is the reference output sequence. But the model will be in eval mode and so it will not output these INNER tags. So we need a separate TGT tag for reading validation data.