Skip to content

Commit

Permalink
make style
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Apr 20, 2022
1 parent 48f6806 commit 7210642
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/de/chapter3/3_tf.mdx
Expand Up @@ -85,8 +85,7 @@ model.compile(
metrics=["accuracy"],
)
model.fit(
tf_train_dataset,
validation_data=tf_validation_dataset,
tf_train_dataset, validation_data=tf_validation_dataset,
)
```

Expand Down

0 comments on commit 7210642

Please sign in to comment.