Skip to content

Commit

Permalink
(#4) Refactor: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed Mar 30, 2022
1 parent 4ae24a7 commit 6d137bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def dataset(
.batch(batch)
)

test_ds = tf.data.Dataset.from_tensor_slices((x_test, y_test)).batch(32)
test_ds = tf.data.Dataset.from_tensor_slices((x_test, y_test)).batch(batch)

return train_ds, test_ds

Expand Down

0 comments on commit 6d137bf

Please sign in to comment.