Search code examples
tensorflowtensorboard

How to change colors of function plots in Tensorboard?


I'm trying to compare different learning-rate-decays using Tensorflow. Therefore I visualize the cost functions in Tensorboard ('EVENTS'-tab). My problem is that the different plots of the functions are in very similar colors making it hard to compare them. Is there any possibility to change those colors?


Solution

  • There's currently no way to change those colors, but a recent release has made the colors more differentiated. Try updating and seeing if that helps.