Skip to content
Snippets Groups Projects
Commit b60f7d18 authored by Scott Wegner's avatar Scott Wegner Committed by tensorflow-copybara
Browse files

Fix WordCount example.

The UnicodeScriptTokenizer was failing because the input Tensor had rank 0 (i.e. scalar), and the API requires rank 1.

PiperOrigin-RevId: 268715414
parent fceaea71
No related merge requests found
package(default_visibility = ["//tensorflow_federated/python/research:__subpackages__"])
licenses(["notice"]) # Apache 2.0
exports_files(
srcs = ["wordcount.ipynb"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment