Open cwk20 opened 3 years ago
The code below is causing an error. There seems to be a problem with batch_size.
vae.fit(x=x_train, y=None, shuffle=True, epochs=10, batch_size=batch_size, validation_data=(x_test, None))
Hi, did you manage to resolve this issue? I am having the same error.
The code below is causing an error. There seems to be a problem with batch_size.
vae.fit(x=x_train, y=None, shuffle=True, epochs=10, batch_size=batch_size, validation_data=(x_test, None))