Skip to content
Discussion options

You must be logged in to vote

Hi @AnnemarieWittig , do you only need the final values for training? If yes, then it should be available in the meta.json of your training folder.

However, if you need the values per epoch, you have to write a custom logger (you can check the linked example for more information). Alternatively, you can also use ConsoleLogger.v2, set a value for the output_file in your config, and then parse the resulting JSONL file.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AnnemarieWittig
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
loggers Loggers and spacy-loggers
2 participants