spaCy/spacy/training
Elia Robyn Lake (Robyn Speer) 5b0b0ca809
Move WandB loggers into spacy-loggers (#9223)
* factor out the WandB logger into spacy-loggers

Signed-off-by: Elia Robyn Speer <gh@arborelia.net>

* depend on spacy-loggers so they are available

Signed-off-by: Elia Robyn Speer <gh@arborelia.net>

* remove docs of spacy.WandbLogger.v2 (moved to spacy-loggers)

Signed-off-by: Elia Robyn Speer <elia@explosion.ai>

* Version number suggestions from code review

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* update references to WandbLogger

Signed-off-by: Elia Robyn Speer <elia@explosion.ai>

* make order of deps more consistent

Signed-off-by: Elia Robyn Speer <elia@explosion.ai>

Co-authored-by: Elia Robyn Speer <elia@explosion.ai>
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-09-29 11:12:50 +02:00
..
converters Auto-format code with black 2021-07-02 07:48:26 +00:00
__init__.pxd Renaming gold & annotation_setter (#6042) 2020-09-09 10:31:03 +02:00
__init__.py Move WandB loggers into spacy-loggers (#9223) 2021-09-29 11:12:50 +02:00
align.pyx Fix alignment for 1-to-1 tokens and lowercasing (#6476) 2020-12-08 14:25:16 +08:00
alignment.py Replace pytokenizations with internal alignment (#6293) 2020-11-03 16:24:38 +01:00
augment.py Fix lowercase augmentation (#7336) 2021-03-09 14:02:32 +11:00
batchers.py Tidy up code 2021-06-28 12:08:15 +02:00
callbacks.py Add callback to copy vocab/tokenizer from model (#7750) 2021-04-22 12:36:50 +02:00
corpus.py Auto-format code with black 2021-07-02 07:48:26 +00:00
example.pxd Make a pre-check to speed up alignment cache (#6139) 2020-09-24 18:13:39 +02:00
example.pyx Fix setting empty entities in Example.from_dict (#8426) 2021-06-18 10:41:50 +02:00
gold_io.pyx Fix is_sent_start when converting from JSON (fix #7635) (#7655) 2021-04-08 18:24:52 +10:00
initialize.py Document use-case of freezing tok2vec (#8992) 2021-08-26 09:50:35 +02:00
iob_utils.py fix docs (#8200) 2021-05-27 10:48:59 +02:00
loggers.py Move WandB loggers into spacy-loggers (#9223) 2021-09-29 11:12:50 +02:00
loop.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
pretrain.py Merge remote-tracking branch 'upstream/master' into develop 2021-09-27 09:10:45 +02:00