gersonfoks / rational-dialog-model

0 stars 1 forks source link

Removed references to old function postprocess dataloader #36

Closed FrankVerhoef closed 3 years ago

FrankVerhoef commented 3 years ago

Dataloader provides batches with (responses, targets) with batch-first format. In several places, functions expect batch-second input. References to 'postprocess_dataloader' are removed. Where necessary, I have permuted the contexts and responses.