Skip to content

Commit

Permalink
overrides '{'params.py': ['batch_size=96', 'latent_dim=512']}'
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Oct 24, 2022
1 parent 9423cd1 commit 254eb00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
batch_size = 64 # Batch size for training.
batch_size = 96 # Batch size for training.
epochs = 1 # Number of epochs to train for.
latent_dim = 256 # Latent dimensionality of the encoding space.
latent_dim = 512 # Latent dimensionality of the encoding space.
num_samples = 10000 # Number of samples to train on.
# Path to the data txt file on disk.
data_path = "fra.txt"

0 comments on commit 254eb00

Please sign in to comment.