genienlp/decanlp/models
Giovanni Campagna 50b9c05248 Switch to torch.utils.data.DataLoader to load the datasets
Introduce new classes for numericalization and padding, in preparation
for moving away from torchtext.Field and torchtext.Batch. The
new classes are based on namedtuples, which are more compatible with
pytorch.
Move the useful parts of torchtext.Iterator (batching and bucketing
by example length) into a new Iterator class.
2019-12-21 06:52:14 -08:00
..
__init__.py Remove old, unused ablation models 2019-12-10 16:40:38 -08:00
common.py updates 2019-05-28 18:12:31 -07:00
multi_lingual_translation_model.py bunch of updates 2019-05-22 14:04:16 -07:00
multitask_question_answering_network.py Switch to torch.utils.data.DataLoader to load the datasets 2019-12-21 06:52:14 -08:00