File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,22 @@ Coming soon...
20
20
- [ Create cloud TPUs] ( https://cloud.google.com/tpu/docs/creating-deleting-tpus ) , TPU software version should be at least ` 2.4.0 ` or ` nightly ` .
21
21
- Fill in ` TPU_NAMES ` and ` ZONE ` in the the above notebook for TPUs. Set up environment variables ` LOG ` and ` DATA ` , run the notebook.
22
22
- [ 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
+ ```
You can’t perform that action at this time.
0 commit comments