resolve merge conflict readme

This commit is contained in:
sharatht 2019-05-23 12:29:46 -07:00
parent ac3e9ddb51
commit 604b64e55f

View file

@ -103,7 +103,7 @@ To train your model using mixed precision with tensor cores or using FP32, perfo
### 1. Clone the repository.
```
git clone https://github.com/NVIDIA/DeepLearningExamples.git
cd DeepLearningExamples/PyTorch/Segmentation
cd DeepLearningExamples/PyTorch/Segmentation/MaskRCNN
```
### 2. Download and preprocess the dataset.
@ -127,7 +127,7 @@ By default, the data is organized into the following structure:
### 3. Build the Mask R-CNN PyTorch NGC container.
```
cd MaskRCNN/
cd pytorch/
bash scripts/docker/build.sh
```