You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: