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

6 lines
70 B
Python
Raw Normal View History

2021-01-30 21:49:15 +01:00
def func(x=1, y=2, **kwargs):
print(x, y)
print(func(x=3, y=4))