genienlp/decanlp/text/torchtext/data
Giovanni Campagna 1aa6306702 server: automatically grow the embedding matrix when new words are encountered
Otherwise, we feed actual unks to the model, while the model
is trained with character embeddings and expects to see some
actual value for everything.
2019-03-02 00:44:51 -08:00
..
__init__.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
batch.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
dataset.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
example.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
field.py server: automatically grow the embedding matrix when new words are encountered 2019-03-02 00:44:51 -08:00
iterator.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
pipeline.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00
utils.py Move all python files to a decanlp/ package 2019-03-01 15:43:02 -08:00