Skip to content

Commit

Permalink
add blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVS09 committed Oct 7, 2020
1 parent 5c00f2c commit 3ef45c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def build_model(vocab_size):
])

model.summary()

model.compile(
optimizer=optimizers.Adam(1e-4),
loss=losses.SparseCategoricalCrossentropy(from_logits=True),
Expand Down

0 comments on commit 3ef45c3

Please sign in to comment.