Alex O. P.
Results
2
comments of
Alex O. P.
Hey, I was getting the same problem, and changing this line in upsample_to_size function: ` y = im_size / x.shape[2] ` to ` y = im_size // x.shape[2] ` helped...
Sorry for the late reply. I also had same conclusion about `g_sampling`. I think that the memory overhead requiring two graphs would give more issues than `eids_always_exclude` option, especially for...