Getting training perplexity value

Hi
Thanks to share wonderful toolkit :slight_smile:

Quick question) What is the easiest way to get training progress?
Do I have to parse information from training log text?

Hi,

The log format is very simple so it should be easy to extract the training perplexity. You could use the -log_file option to output the log in a file.

Thanks for the reply.

I am trying log_file option.
I think it would be convenient if training log appears both on screen(i.e. stdout)and specified logfile.

You can still tailf the log file.

1 Like