mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
fixes
This commit is contained in:
parent
0e0abb0378
commit
fe6c08218e
|
@ -362,10 +362,9 @@ loss and the accuracy scores on the development set.
|
|||
|
||||
There are two built-in logging functions: a logger printing results to the
|
||||
console in tabular format (which is the default), and one that also sends the
|
||||
results to a [Weights & Biases](https://www.wandb.com/) dashboard dashboard.
|
||||
Instead of using one of the built-in batchers listed here, you can also
|
||||
[implement your own](/usage/training#custom-code-readers-batchers), which may or
|
||||
may not use a custom schedule.
|
||||
results to a [Weights & Biases](https://www.wandb.com/) dashboard.
|
||||
Instead of using one of the built-in loggers listed here, you can also
|
||||
[implement your own](/usage/training#custom-logging).
|
||||
|
||||
> #### Example config
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user