Fix dataset path creation and download
This pull request includes a small change to the site/en/tutorials/images/classification.ipynb file. The change updates the way the dataset directory is specified to ensure compatibility with the extracted folder structure.
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 fix-classification-download
can you please undo the indentation changes please
what indentation changes are causing this issue? I didn't indent anything like the original file so I'm not sure
what indentation changes are causing this issue? I didn't indent anything like the original file so I'm not sure
The diff is a lot easier to review if you don't change the indentation. Look at the diff here:
https://github.com/tensorflow/docs/pull/2387/files
The commands printed in the GH actions bot comment explain one way to fix it.
I ran the format tool like the comments from github actions so now it should be good to go