From 420fef1e364186a7119138a98c2a1af9b4f24f5a Mon Sep 17 00:00:00 2001 From: Martial Michel Date: Fri, 29 Oct 2021 22:31:38 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 629c294..c47f386 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ In the directory where the source for `cuda_tensorflow_opencv` is: ``` # First, obtain a copy of the examples git clone --depth 1 https://github.com/pytorch/examples.git pytorch-examples -# Start a recebt container (adapt the CONTAINER_ID for your test), this will mount the current working directory as /dmc +# Start a recent container (adapt the CONTAINER_ID for your test), this will mount the current working directory as /dmc CONTAINER_ID="datamachines/cudnn_tensorflow_opencv:11.3.1_2.6.0_4.5.4-20211029" ./runDocker.sh # Go into the super resolution example directory cd pytorch-examples/super_resolution