Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you provide your version of keras? #3

Open
jackwangphp opened this issue Apr 28, 2019 · 0 comments
Open

Can you provide your version of keras? #3

jackwangphp opened this issue Apr 28, 2019 · 0 comments

Comments

@jackwangphp
Copy link

when I run you script,
Traceback (most recent call last): File "E:/program/StyleGAN-Keras/stylegan.py", line 504, in <module> model = WGAN(lr = 0.0003, silent = False) File "E:/program/StyleGAN-Keras/stylegan.py", line 337, in __init__ self.GAN = GAN(lr = lr) File "E:/program/StyleGAN-Keras/stylegan.py", line 174, in __init__ self.generator() File "E:/program/StyleGAN-Keras/stylegan.py", line 247, in generator x = g_block(x, sty, noi[5], 256) # Size / 32 File "E:/program/StyleGAN-Keras/stylegan.py", line 121, in g_block out = UpSampling2D(interpolation = 'bilinear')(inp) File "E:\program\ShanShui\env\DCGAN\lib\site-packages\keras\legacy\interfaces.py", line 87, in wrapper return func(*args, **kwargs) File "E:\program\ShanShui\env\DCGAN\lib\site-packages\keras\layers\convolutional.py", line 1320, in __init__ super(UpSampling2D, self).__init__(**kwargs) File "E:\program\ShanShui\env\DCGAN\lib\site-packages\keras\engine\topology.py", line 280, in __init__ raise TypeError('Keyword argument not understood:', kwarg) TypeError: ('Keyword argument not understood:', 'interpolation')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant