keras-VAE icon indicating copy to clipboard operation
keras-VAE copied to clipboard

Results 3 keras-VAE issues
Sort by recently updated
recently updated
newest added

When running the training_m2.py, there is ValueError. It happens on the part of fit. training.fit([z1_train]+[y_train]+[z1_train]+y_u_train,

The vae theory is not much intuitive. Although there are a couple of blogs explaining vae. What does the z_mean and z_var mean to z? It seems each number has...

In keras 2 environment, running the training1 causes error. It says, two parameters from custombatch normalization are not references, so immutable to update. By the way, I changed the initilization...