docs
docs copied to clipboard
Update transfer learning tutorial
@MarkDaoust
Preview
Preview and run these notebook edits with Google Colab:- site/en/tutorials/images/transfer_learning.ipynb
- site/en/tutorials/images/transfer_learning_with_hub.ipynb
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 transfer-learning-update
Here's a first round of comments.
Thanks @MarkDaoust . @anirudh161 PTAL! Thanks 👍