“If using TF2, Tune also automatically generates TensorBoard HParams output, as shown below:”
Is it possible to get this to work when using pytorch (specifically pytorch lightning), I’ve tried self.save_hyperparameters() and I’ve managed to save the hparams but I’ve not found a way to pass metrics properly. I’ve tried the pytorch lightning function
I’m wondering how to do this as well. From every indication in the docs it seems like it should happen automatically, at least as far as for the metrics you have Ray Tune observe in the TuneReportCallback instance. Any help would be greatly appreciated, I’m not sure if I can really use Ray Tune until this is resolved