Skip to content

Commit 29d4c8c

Browse files
authored
Update text.ipynb
1 parent 881afa3 commit 29d4c8c

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)