Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alshedivat committed May 10, 2017
1 parent 0593684 commit eb319e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mlp_kin40k.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():
input_shape = data['train'][0].shape[1:]
output_shape = data['train'][1].shape[1:]
batch_size = 128
epochs = 1
epochs = 100

# Construct & compile the model
model = assemble_mlp(input_shape, output_shape)
Expand Down

0 comments on commit eb319e6

Please sign in to comment.