Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions site/en/tutorials/keras/text_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
")\n",
"\n",
"# Test it with `raw_test_ds`, which yields raw strings\n",
"loss, accuracy = export_model.evaluate(raw_test_ds)\n",
"_, _, loss, accuracy = export_model.evaluate(raw_test_ds)\n",
"print(accuracy)"
]
},
Expand Down Expand Up @@ -969,7 +969,6 @@
"accelerator": "GPU",
"colab": {
"name": "text_classification.ipynb",
"provenance": [],
"toc_visible": true
},
"kernelspec": {
Expand Down
Loading