That will be sdk.metrics.tensorboard_single_series_per_graph
i updated the config file and it seems like its still combining the graphs. do i need to restart the server or something?
CloudyHamster42 you mean that when you set sdk.metrics.tensorboard_single_series_per_graph
to True and you rerun the experiment, you are still getting multiple series on the same graph?
What's your Trains version?
CloudyHamster42 it will only affect news tasks created with the config file...sorry
I think there is a way, I'll have to check. BTW when you compare two tasks you do get separate graphs, right?
Sounds odd, I bet there is a way to make it work witout implicit logging statement. This is with tf2 or pytorch? Which trains version are you using?
also its not working on new tasks, even when i add that to the config file
Cool. I found Logger.tensorboard_single_series_per_graph()
Should work on new tasks of you use this command in the script. If you'd rather to keep the scripts as clean as possible, you can also configure it globally for all new tasks in trains.conf
BTW: CloudyHamster42 I think this issue was discussed on GitHub, and the final "verdict" was we should have an option to split/combine graphs on the UI side (i.e. similar to the "smoothing" or wall-time axis etc.)