rushhan / WGAN-with-Feedback-Cross-Attention-LayerNorm

WGAN with feedback from discriminator& LayerNorm instead of BatchNorm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WGAN-with-Feedback-Cross-Attention-LayerNorm

WGAN with feedback from discriminator& LayerNorm instead of BatchNorm

Modifications to the original WGAN implementation:

  1. Added feedback from the discriminator in the form of attention 2.Modified BN to LayerNorm as BatchNorm creates correlation between the examples. Note that the results from LayerNorm were not promising

Execute

python main.py --dataset lsun --dataroot /workspace/lsun --cuda --clamp --fdback --save_dir sample

Notes

Need the lsun data. Follow the instruction in original implementation link

Sources

WGAN Model based on original paper link.

Cross Attention is my own implementation

To-Do

Rerun and recheck the results

About

WGAN with feedback from discriminator& LayerNorm instead of BatchNorm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%