autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

Heatmap always have missing parts #549

Closed BY-hash closed 3 years ago

BY-hash commented 3 years ago

Hello'

regardless of the number of experiments/their configuration, there is always 2 emty boxes in the map (each time different metrics), even if the number of their options is larger than one. For example: image

What could be causing this?

Thank you!

mikkokotila commented 3 years ago

Yes, that happens. Because it does not make any functional difference, it is unlikely that it will be handled. One option would be to remove the masking, in which case it will be square shape as opposed to triangle. What do you think?

BY-hash commented 3 years ago

Good, Thank you!