Where to define other plots for tensorboard?

Another dumb question from me, I can’t seem to find any mention of this in the documentation. I would like to monitor validation and training accuracy in tensorboard. Where would I define this?

Also from reading the forums the validation set is automatically created from the test set once I run onmt-main train_and_eval, right?

Hey there @xun468, did you ever get it to work? Im also trying to get tensorboard to work so I can monitor the training process. I added on the features when establishing my model on terminal and created the log. I entered the command tensorboard --logdir=‘runs’ which returned the address. I entered the address to my browser but it failed to connect. I am new to using tensorboard so im not entirely sure what is wrong. Any suggestions?