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
I am wondering why in chapter 2 code, it is vae.fit(x_train, x_train,...).
According to the tf documentation it should be vae.fit(x_train, y_train,...)?
I am wondering why in chapter 2 code, it is vae.fit(x_train, x_train,...).
According to the tf documentation it should be vae.fit(x_train, y_train,...)?
If anyone knows can you please explain to me?