Skip to content

Commit 1043702

Browse files
authored
fix model checkpoint path
1 parent 4a4932c commit 1043702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/walkthrough-tensorflow-object-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Now your current directory should be `models/research/object_detection/` and in
9191

9292
```
9393
models/research/object_detection/
94-
├── ssd_inception_v2_coco/
94+
├── ssd_inception_v2_coco_2017_11_17/
9595
├── training/
9696
│ └── ssd_inception_v2_coco.config
9797
├── data/

0 commit comments

Comments
 (0)