Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 229 Bytes

TransGAN-PyTorch

Unofficial re-implementation of TransGAN[Jiang, Y.(2021)].

Miscellanious

  • BS: 64, LR(G):5e-5, LR(D):1e-4 (follows linear scaling rule.)
  • betas = (0, 0.99)
  • No dropout