Skip to content

Commit

Permalink
Fix invalid ConsoleLogger.v3 example config (#12498)
Browse files Browse the repository at this point in the history
Replace `progress_bar = "all_steps"` with `progress_bar = "eval"`, which is consistent with the default behavior for `spacy.ConsoleLogger.v1` and `spacy.ConsoleLogger.v2`.
  • Loading branch information
willfrey authored and adrianeboyd committed Apr 6, 2023
1 parent 2fbd080 commit 314a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/top-level.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ start decreasing across epochs.
> ```ini
> [training.logger]
> @loggers = "spacy.ConsoleLogger.v3"
> progress_bar = "all_steps"
> progress_bar = "eval"
> console_output = true
> output_file = "training_log.jsonl"
> ```
Expand Down

0 comments on commit 314a7ce

Please sign in to comment.