This commit is contained in:
svlandeg 2020-08-31 14:51:49 +02:00
parent 0e0abb0378
commit fe6c08218e

View File

@ -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
>