ogroth / tf-gqn

Tensorflow implementation of Neural Scene Representation and Rendering
Apache License 2.0
188 stars 35 forks source link

Add Self-Attention as a variant of tower+pool #30

Open loganbruns opened 5 years ago

loganbruns commented 5 years ago

Feed-forward convolutional architecture with self-attention. Self-Attention as described in Self-Attention Generative Adversarial Networks by Zhang, Goodfellow, Metaxas, and Odena added to the tower+pool architecture.

As discussed in issues #28 and #27.