From 7fbe7918c2960cf41e3c9624a55ee8b50a59f005 Mon Sep 17 00:00:00 2001 From: Micah Zoltu Date: Sun, 28 May 2023 17:15:22 +0800 Subject: [PATCH] Typo fix. --- PyTorch/Classification/GPUNet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/Classification/GPUNet/README.md b/PyTorch/Classification/GPUNet/README.md index 6a8a4ba20..d707b02a7 100644 --- a/PyTorch/Classification/GPUNet/README.md +++ b/PyTorch/Classification/GPUNet/README.md @@ -129,7 +129,7 @@ cd DeepLearningExamples/PyTorch/Classification/GPUNet 2. Download ImageNet from the [offical website](https://image-net.org/download-images). Recursively unzip the dataset, and locate the train and val folders. Refer to [Prepare the dataset](#prepare-the-dataset) for more details. -3. Build and run the GPUNet PyTorch container, assuming you have installed the docker. +3. Build and run the GPUNet PyTorch container, assuming you have installed docker. ``` docker build -t gpunet . docker run --gpus all -it --rm --network=host --shm-size 600G --ipc=host -v /path/to/imagenet:/root/data/imagenet/ gpunet