Evaluate performance while training

How can I evaluate the performance of my network while training?

There’s 2 ways to do this.
(1) Use MultiLayerNetwork/ComputationGraph.evaluate and similar methods
(2) Use EvaluativeListener - deeplearning4j/EvaluativeListener.java at master · eclipse/deeplearning4j · GitHub

You can find more details on evaluation here - https://deeplearning4j.org/docs/latest/deeplearning4j-nn-evaluation