소스 검색

Update README.md

jaybdub-nv 7 년 전
부모
커밋
dd1ae37230
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -68,8 +68,7 @@ Next, because the TensorFlow models are provided in checkpoint format, we must c
 python scripts/models_to_frozen_graphs.py
 ```
 
-If you removed any models in the previous step, you must add ``'exclude': true`` to the corresponding item in the [NETS](scripts/model_meta.py#L67) dictionary located in [scripts/model_meta.py](scripts/model_meta.py).  
-If you are following the instructions for executing engines below, you may also need some sample images.  Run the following script to download a few images from ImageNet.
+If you removed any models in the previous step, you must add ``'exclude': true`` to the corresponding item in the [NETS](scripts/model_meta.py#L67) dictionary located in [scripts/model_meta.py](scripts/model_meta.py).  If you are following the instructions for executing engines below, you may also need some sample images.  Run the following script to download a few images from ImageNet.
 
 ```
 source scripts/download_images.sh