spaCy/spacy/cli
Sofie Van Landeghem 79d460e3a2
Weights & Biases logger for train CLI (#5971)
* quick test as part of train script

* train_logger in config, default ConsoleLogger in loggers catalogue

* entitiy typo

* add wandb_logger

* cleanup

* Update spacy/cli/train_logger.py

Co-authored-by: Ines Montani <ines@ines.io>

* move loggers to gold.loggers

Co-authored-by: Ines Montani <ines@ines.io>
2020-08-26 15:24:33 +02:00
..
project Tidy up and add docs [ci skip] 2020-08-26 13:24:55 +02:00
templates Minor adjustments to quickstart template 2020-08-21 00:10:21 +02:00
__init__.py Add "project document" and more project.yml meta fields 2020-08-25 17:14:27 +02:00
_util.py Fix the git "sparse checkout" functionality (#5973) 2020-08-26 04:00:14 +02:00
convert.py Various small tweaks to project CLI (#5965) 2020-08-25 00:30:52 +02:00
debug_data.py Update docs and CLI [ci skip] 2020-08-17 21:38:20 +02:00
debug_model.py Fix handling of optional [pretraining] block (#5954) 2020-08-24 15:56:03 +02:00
download.py Add better error for failed model shortcut loading 2020-08-05 23:10:29 +02:00
evaluate.py Update docs, types and API consistency 2020-08-17 16:45:24 +02:00
info.py
init_config.py Small cleanup and adjustments 2020-08-26 10:26:57 +02:00
init_model.py
package.py Fix meta defaults and error in package command 2020-08-25 17:13:33 +02:00
pretrain.py Fix handling of optional [pretraining] block (#5954) 2020-08-24 15:56:03 +02:00
profile.py
train.py Weights & Biases logger for train CLI (#5971) 2020-08-26 15:24:33 +02:00
validate.py