spaCy/spacy/ml/models
Sofie Van Landeghem c1ea55307b
Fixing reproducible training (#5735)
* Add initial reproducibility tests

* failing test for default_text_classifier (WIP)

* track trouble to underlying tok2vec layer

* add regression test for Issue 5551

* tests go green with https://github.com/explosion/thinc/pull/359

* update test

* adding fixed seeds to HashEmbed layers, seems to fix the reproducility issue

Co-authored-by: Matthew Honnibal <honnibal+gh@gmail.com>
2020-07-09 19:39:31 +02:00
..
__init__.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
entity_linker.py Various fixes to NEL functionality, Example class etc (#5460) 2020-05-20 11:41:12 +02:00
multi_task.py Refactor pretrain and support character-based objective for v3 (#5706) 2020-07-03 17:57:28 +02:00
parser.py Auto-format 2020-07-04 16:25:34 +02:00
simple_ner.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
tagger.py Tidy up and auto-format 2020-06-20 14:15:04 +02:00
textcat.py Fixing reproducible training (#5735) 2020-07-09 19:39:31 +02:00
tok2vec.py Fixing reproducible training (#5735) 2020-07-09 19:39:31 +02:00