Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Update result output
  • Loading branch information
YaGl33 authored Sep 9, 2021
1 parent 9b48c73 commit d29e4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ def vectorize_sequences(sequences, dimention=10000):
epochs=4,
batch_size=512)
results = model.evaluate(x_test, y_test)
print("test_acc: ", results[1])

0 comments on commit d29e4b5

Please sign in to comment.