Training metrics access

Hi,

I am using train_core to train different models and I want to optimise the metrics, thence I need access to the metrics used by TensorFlow under the hood. I was wondering if there is any simple way of accessing a model’s metrics other than the standard screen output.

Thanks.

As of Rasa 1.8, Rasa supports Tensorflow 2, so you can use TensorBoard to view metrics. See Rasa Open Source Change Log

Great! Thanks!