From 852153f39f91cd7318ef4cc82fa7f6dd7abfa16e Mon Sep 17 00:00:00 2001 From: Sam B <107863539+Sam-Bieberich@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:30:48 -0500 Subject: [PATCH] Update README.md code block error --- MxNet/Classification/RN50v1.5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MxNet/Classification/RN50v1.5/README.md b/MxNet/Classification/RN50v1.5/README.md index fc7c67f2e..cf2b8d3f5 100644 --- a/MxNet/Classification/RN50v1.5/README.md +++ b/MxNet/Classification/RN50v1.5/README.md @@ -220,7 +220,7 @@ nvidia-docker run --rm -it --ipc=host -v :/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.