mirror of
https://github.com/aladdinpersson/Machine-Learning-Collection.git
synced 2026-04-10 12:33:44 +00:00
Initial commit
This commit is contained in:
5
ML/Pytorch/GANs/5. ProGAN/test.py
Normal file
5
ML/Pytorch/GANs/5. ProGAN/test.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def func(x=1, y=2, **kwargs):
|
||||
print(x, y)
|
||||
|
||||
|
||||
print(func(x=3, y=4))
|
||||
Reference in New Issue
Block a user