Fixed README.md

Tabbed over the line: 
wget -qO- https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh | bash
under data preparation in the Quick Start guide. It was appearing outside of the markdown text box.
This commit is contained in:
Benjamin Chauhan 2021-11-05 16:42:58 -04:00 committed by GitHub
parent a8a2966bf5
commit 134510b4b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@ nvidia-docker run --rm -it --ipc=host -v <path to dataset>:/data/imagenet/train-
find . -name "*.tar" | while read NAME ; do mkdir -p "${NAME%.tar}"; tar -xvf "${NAME}" -C "${NAME%.tar}"; rm -f "${NAME}"; done
cd ..
mkdir val && mv ILSVRC2012_img_val.tar val/ && cd val && tar -xvf ILSVRC2012_img_val.tar
wget -qO- https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh | bash
wget -qO- https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh | bash
```
5. Preprocess the ImageNet 1k dataset.