Amir Dahari

Results 4 comments of Amir Dahari

I tried using the workaround and downgrading to matplotlib==3.4.3, but then in wandb the title of the figure doesn't show and the legend only shows the text without the corresponding...

Not sure why this happens, probably the default 'reflect' mode of the scipy gaussian_filter, but a simple solution is creating something slightly larger and then crop the edges.

I think the answer is that the `mirror` and `reflect` modes make the edges have less variation in every square/cube, because the same numbers are used. This causes less smoothing...