Skip to content

Commit 3da001a

Browse files
authored
Update README.md
1 parent 7642cba commit 3da001a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,22 @@ Coming soon...
2020
- [Create cloud TPUs](https://cloud.google.com/tpu/docs/creating-deleting-tpus), TPU software version should be at least `2.4.0` or `nightly`.
2121
- Fill in `TPU_NAMES` and `ZONE` in the the above notebook for TPUs. Set up environment variables `LOG` and `DATA`, run the notebook.
2222
- [Delete TPUs](https://cloud.google.com/tpu/docs/creating-deleting-tpus).
23+
# References
24+
https://github.com/igul222/improved_wgan_training
25+
https://github.com/biuyq/CT-GAN
26+
https://github.com/google/compare_gan
27+
https://github.com/ajbrock/BigGAN-PyTorch
28+
https://github.com/taki0112/BigGAN-Tensorflow
29+
https://github.com/brain-research/self-attention-gan
30+
https://github.com/ilyakava/BigGAN-PyTorch
31+
https://github.com/NVlabs/stylegan2
32+
https://github.com/NVlabs/stylegan2-ada
33+
# Citation
34+
```
35+
@article{tang2020lessons,
36+
title={Lessons Learned from the Training of GANs on Artificial Datasets},
37+
author={Tang, Shichang},
38+
journal={arXiv preprint arXiv:2007.06418},
39+
year={2020}
40+
}
41+
```

0 commit comments

Comments
 (0)