Closed FBehrad closed 4 years ago
Hello does anyone know why in model.fit instead of labels , [labels,data] has been used? model.fit(data, [labels,data], batch_size=1, epochs=50)
I found this is for VAE part
Hello does anyone know why in model.fit instead of labels , [labels,data] has been used? model.fit(data, [labels,data], batch_size=1, epochs=50)