docs
docs copied to clipboard
Fixed serialize_example() example description and applied nbfmt
This is a follow-up pull request regarding #2198, as @markmcd asked, I've run nbfmt on the notebook and passed nblint test locally.
- Fixed serialize_example() example description where the mentioned function
create_message()
was meant to beserialize_example()
. - Updated the code cell where the
serialize_example()
is used, theexample_observation
variable was initialized but not used, so I filled it with the data, and used it as an argument toserialize_example()
.
Preview
Preview and run these notebook edits with Google Colab: Rendered notebook diffs available on ReviewNB.com.Format and style
Use the TensorFlow docs notebook tools to format for consistent source diffs and lint for style:$ python3 -m pip install -U --user git+https://github.com/tensorflow/docsIf commits are added to the pull request, synchronize your local branch:
$ python3 -m tensorflow_docs.tools.nbfmt notebook.ipynb
$ python3 -m tensorflow_docs.tools.nblint --arg=repo:tensorflow/docs notebook.ipynb
git pull origin master
@MarkDaoust
@MarkDaoust Hello Mark, could you please review my work on the requested changes?
@MarkDaoust @markmcd