taki0112 / UGATIT

Official Tensorflow implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation (ICLR 2020)
MIT License
6.17k stars 1.05k forks source link

what's the difference between local and global attention maps #106

Closed ALLinLLM closed 3 years ago

ALLinLLM commented 3 years ago

Thanks for great work! pytorch version is really readable after reading the paper, I confused what's the difference between local and global attention maps? Anyone can help me

gdwei commented 3 years ago

The numbers of conv layers are different, resulting in different perception field. 

---Original--- From: "poortuning"<notifications@github.com> Date: Wed, Nov 4, 2020 11:00 AM To: "taki0112/UGATIT"<UGATIT@noreply.github.com>; Cc: "Subscribed"<subscribed@noreply.github.com>; Subject: [taki0112/UGATIT] what's the difference between local and global attention maps (#106)

Thanks for great work! pytorch version is really readable after reading the paper, I confused what's the difference between local and global attention maps? Anyone can help me

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ALLinLLM commented 3 years ago

@gdwei Thanks! your answer is short but very clear, just like Rick ^_^