NN Block, validation and training loss graphs

I want to see what my training and validation graphs look like. Is there a way to modify the NN block so that I can visualize my validation and training losses?

Thank you in advance.

Hello @nash,

Feel free to have a look at this discussion which cover the same topic:

You can also retrieve the logs from the API if you want to do something with it:

Getting job ID: https://docs.edgeimpulse.com/reference/edge-impulse-api/jobs/list-finished-jobs
Getting job logs: https://docs.edgeimpulse.com/reference/edge-impulse-api/jobs/get-logs

Also, you can always export a Jupyter notebook and use matplotlib or TensorBoard directly.

Best regards,

Louis