Skip to content

Unclear what the column 'E' is outputting in the console output during training #7731

Discussion options

You must be logged in to vote

E is for epochs, # is for steps (iterations). Training can end before the max epochs / steps if you've set a patience value. You can read more about how these values interact in #7465.

It looks like your score (right column) didn't improve for 8 * 200 = 1600 steps, which is the default patience value, and should be listed in your config.

Does that make sense?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@erotavlas
Comment options

@DavidGerva
Comment options

@adrianeboyd
Comment options

@kumarsuraj9450
Comment options

@adrianeboyd
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usage General spaCy usage feat / training Feature: Training utils, Example, Corpus and converters faq Frequently asked questions and solutions.
5 participants