You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There it is stated that in the interpolation, the mapping should be between [-1, 1] and [0, width-1]. It seems as if the mapping has been corrected in Lasagne/Lasagne@c8572b2, but not here.
Using an identity transformation in
transfromerlayer_test.py
with all weights set to zero :I get following image matrix:
However the original image is:
Does the row full of zeros have sth to do with the bilinear interpolation? Is it supposed to be like this?
Here the case with 100 fold downsampling:
The text was updated successfully, but these errors were encountered: