aistairc / aiaccel

A hyperparameter optimization library for the ABCI.
https://aistairc.github.io/aiaccel/
MIT License
23 stars 5 forks source link

fix tensorboard for multi objective #296

Closed styamamoto closed 1 year ago

styamamoto commented 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.