Generative-Inpainting-pytorch icon indicating copy to clipboard operation
Generative-Inpainting-pytorch copied to clipboard

fixed contextual attention module (various problems & discrepancies with baseline implementation)

Open ShnitzelKiller opened this issue 5 years ago • 0 comments

  • Fixed extract_patches() to permute the dimensions so that the subsequent views are correct (Issue #2)
  • Fixed mask patch processing, which was inconsistent with image patches
  • Fixed normalization of convolution weights
  • Fixed downsampling with non-unity rate
  • Added runnable test in model_module.py to test the attention module

ShnitzelKiller avatar May 25 '19 09:05 ShnitzelKiller