Eric Kee
Eric Kee
The solution posted by mateuszbuda does not work. That only allows you to access images that you can already access via the sliders in the tensorboard. It is impossible to...
Numpy handles 0 values in log axes properly. They (conceptually) map to -inf, which has the following implications 1. Line plot example: x = [1, 2, 3], y = [1,...
Bryan, the behavior in which additional values are inserted is essential to handle -inf correctly. (Matlab behaves that way if I recall correctly.) A hacky solution would map -inf to...