"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "e885204ea0d343b8bddd7e829b9e7b29e7c5a9bb"
Commit 093de0af authored by Ben Mabey's avatar Ben Mabey Committed by GitHub
Browse files

fix typo in object_detection docs

parent 3ae3df73
...@@ -146,7 +146,7 @@ upload your edited file onto GCS, making note of the path it was uploaded to ...@@ -146,7 +146,7 @@ upload your edited file onto GCS, making note of the path it was uploaded to
sed -i "s|PATH_TO_BE_CONFIGURED|"gs://${YOUR_GCS_BUCKET}"/data|g" \ sed -i "s|PATH_TO_BE_CONFIGURED|"gs://${YOUR_GCS_BUCKET}"/data|g" \
object_detection/samples/configs/faster_rcnn_resnet101_pets.config object_detection/samples/configs/faster_rcnn_resnet101_pets.config
# Copy editted template to cloud. # Copy edited template to cloud.
gsutil cp object_detection/samples/configs/faster_rcnn_resnet101_pets.config \ gsutil cp object_detection/samples/configs/faster_rcnn_resnet101_pets.config \
gs://${YOUR_GCS_BUCKET}/data/faster_rcnn_resnet101_pets.config gs://${YOUR_GCS_BUCKET}/data/faster_rcnn_resnet101_pets.config
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment