Views
No views yet
| name | learning_rate | decay | rho | momentum | epsilon | centered | training_precision |
|---|---|---|---|---|---|---|---|
| RMSprop | 0.0010000000474974513 | 0.0 | 0.8999999761581421 | 0.0 | 1e-07 | False | float32 |
1batch_size = 64 # Batch size for training.
2epochs = 100 # Number of epochs to train for.
3latent_dim = 256 # Latent dimensionality of the encoding space.
4num_samples = 10000 # Number of samples to train on.