Graph of epoch vs accuracy and epoch vs Loss

Hello there! Is possible to append the result of epoch during training and plot the graph with regard to accucay and lost for gobot? Really appreciate help me on this. Thank you.

Hey! You could use tensorboard. Just add the tensorboard_log_dir param (see example) to the training config and the trainer will write tensorboard logs in the passed dir. Another option is to just redirect the output to file and to have another process that greps for metrics to plot them