daa233 / generative-inpainting-pytorch

A PyTorch reimplementation for paper Generative Image Inpainting with Contextual Attention (https://arxiv.org/abs/1801.07892)
MIT License
472 stars 97 forks source link

What are the pmconv and allconv layers? #55

Closed DanielMallia closed 3 years ago

DanielMallia commented 3 years ago

image

What is the difference between them and previous conv layers?

daa233 commented 3 years ago

I followed the original author's naming style.