As explained on https://groups.google.com/forum/#!topic/lasagne-users/-fcE2i0NUr0, the colored noise you see in the transformed images is caused by an overflow when they're converted for display. The values need to be constrained to the range (0, 1). Before every line of the following:
As explained on https://groups.google.com/forum/#!topic/lasagne-users/-fcE2i0NUr0, the colored noise you see in the transformed images is caused by an overflow when they're converted for display. The values need to be constrained to the range (0, 1). Before every line of the following:
You should add:
This will also change your interpretation of Figure 2 in the paper :)