Skip to content

Commit 6fcde3e

Browse files
Merge pull request #2167 from nio1814:patch-2
PiperOrigin-RevId: 500267561
2 parents 58c01ee + 29d4c8c commit 6fcde3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/text.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
"\n",
797797
"# Test it with `raw_test_ds`, which yields raw strings\n",
798798
"loss, accuracy = export_model.evaluate(raw_test_ds)\n",
799-
"print(\"Accuracy: {:2.2%}\".format(binary_accuracy))"
799+
"print(\"Accuracy: {:2.2%}\".format(accuracy))"
800800
]
801801
},
802802
{

0 commit comments

Comments
 (0)