add_hparam creates a subdirectory with name time.time(). In tensorboard, this shows up as an individual run. Is this intended behavior? I think it would be much cleaner to put it in the same events file, or -if that is not possible- at least in the same directory of the actual run.
Having add_scalars as different runs makes sense, I guess. Different behavior could be implemented using Custom Scalars. But for HParams, I do not see why it should be a separate run
Yeah, I was also wondering why add_hparam creates a subdir for every call.
It's not like I will change any hyper-parameters (like batch size) during each run.
Would like to hear the reason behind this.
add_hparam creates a subdirectory with name time.time(). In tensorboard, this shows up as an individual run. Is this intended behavior? I think it would be much cleaner to put it in the same events file, or -if that is not possible- at least in the same directory of the actual run.
Having add_scalars as different runs makes sense, I guess. Different behavior could be implemented using Custom Scalars. But for HParams, I do not see why it should be a separate run