igul222 / improved_wgan_training

Code for reproducing experiments in "Improved Training of Wasserstein GANs"
MIT License
2.35k stars 668 forks source link

Question of DEVICE in the gan_cifar10_resnet.py #88

Open qxm1995716 opened 4 years ago

qxm1995716 commented 4 years ago

I'm a noob of tensorflow, I'm trying read the code of gan_cifar10_resnet.py,However, I found the code "for i, device in enmurate(DEVICES_A)" in line 205, but I don't know what's the enmurate() function meaning? I mean is the "i" will incread????