From 10beb8157aad8fb047962717cb8dc3e2a1bcfd73 Mon Sep 17 00:00:00 2001
From: NanoNabla <43477372+NanoNabla@users.noreply.github.com>
Date: Wed, 8 Feb 2023 16:51:31 +0100
Subject: [PATCH] fix typo
---
TensorFlow2/Detection/Efficientdet/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TensorFlow2/Detection/Efficientdet/README.md b/TensorFlow2/Detection/Efficientdet/README.md
index 76d450dca..17a35653b 100644
--- a/TensorFlow2/Detection/Efficientdet/README.md
+++ b/TensorFlow2/Detection/Efficientdet/README.md
@@ -156,7 +156,7 @@ To train your model using mixed or TF32 precision with Tensor Cores or using FP3
### 1. Clone the repository
```
git clone https://github.com/NVIDIA/DeepLearningExamples.git
-cd DeepLearningExamples/Tensorflow2/Detection/EfficientDet
+cd DeepLearningExamples/TensorFlow2/Detection/Efficientdet
```
### 2. Download and preprocess the dataset
@@ -173,7 +173,7 @@ By default, the data is organized into the following structure:
val-*****-of-00032.tfrecord
```
-### 3. Build the EfficientDet PyTorch NGC container
+### 3. Build the EfficientDet TensorFlow 2 NGC container
```
bash scripts/docker/build.sh
```