Closed styamamoto closed 1 year ago
This PR fixes tensorboard to display multi objectives.
I am not sure but it seems not good that self.writer.add_hparams() is called multiple times for each objective with the same trial_id.
self.writer.add_hparams()
trial_id
This PR fixes tensorboard to display multi objectives.
I am not sure but it seems not good that
self.writer.add_hparams()
is called multiple times for each objective with the sametrial_id
.