Update bgan.py
This commit is contained in:
Родитель
5b635efa95
Коммит
bdd3c40bb4
|
@ -36,7 +36,7 @@ class BGAN():
|
|||
self.generator = self.build_generator()
|
||||
|
||||
# The generator takes noise as input and generated imgs
|
||||
z = Input(shape=(100,))
|
||||
z = Input(shape=(self.latent_dim,))
|
||||
img = self.generator(z)
|
||||
|
||||
# For the combined model we will only train the generator
|
||||
|
|
Загрузка…
Ссылка в новой задаче