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
The quick fix -- removing pad at downsampling Conv2d layer and implementing pad at forward method (because asymmetric padding is not supported by PyTorch) -- will be pushed soon.
The better fix -- adding nn.ZeroPad2d layer -- requires revision of the weight file. The problem is, I lost the weight conversion script (this might be also the reply for your prior issue). It was in my old laptop, I migrated to new laptop without that script, and I erased my old laptop. Now I think I should rewrite the script soon, but I can't promise ETA...
I am using a simple red image as input:
But I am getting the input image shifted down 8px,8px and it generates ugly brown border:
I am pretty sure it happens during the
Encode
pass as its already shifter in latent space. Here is custom dumping of latent space to image:Some thing in the Encode pass that is shifting it by a pixel in the latent space. And I can't figure out what.
The text was updated successfully, but these errors were encountered: