I've tried to implement a HorovodTrainer, to train a Keras Model, with Ray Tune, but it appears as though the results dict is not being updated with the specified "mean_accuracy" metric. The model will train as expected (with Horovod distributing the model/data over worker nodes), but I...