Files
Machine-Learning-Collection/ML/Pytorch/GANs/ProGAN/test.py

5 lines
52 B
Python
Raw Normal View History

2021-03-11 15:50:44 +01:00
it = iter(l)
2021-01-30 21:49:15 +01:00
2021-03-11 15:50:44 +01:00
for el in it:
print(el, next(it))