Implement a way to restructure the runs/ folder after hparam logging
Tensorboard saves its runs in /runs/<year>-<month>-<day> <hour>-<minute>-<second>/
and the hyperparameter log in an extra subfolder. Due to this, a run's scalar and hparam values are different selectable runs in tensorboard. If the subfolder is removed and the hparam log saved in the same folder as the scalars log, this is not the case. Implement a way to achieve this.