Commit e5f47726 authored by nuka137's avatar nuka137
Browse files

Fix typo in vision/detection README.md

parent 3ef7bbcf
...@@ -113,7 +113,7 @@ predict: ...@@ -113,7 +113,7 @@ predict:
architecture: architecture:
use_bfloat16: False use_bfloat16: False
retinanet_parser: retinanet_parser:
use_bfloat16: Flase use_bfloat16: False
train: train:
total_steps: 1 total_steps: 1
batch_size: 8 batch_size: 8
...@@ -225,7 +225,7 @@ predict: ...@@ -225,7 +225,7 @@ predict:
architecture: architecture:
use_bfloat16: False use_bfloat16: False
maskrcnn_parser: maskrcnn_parser:
use_bfloat16: Flase use_bfloat16: False
train: train:
total_steps: 1000 total_steps: 1000
batch_size: 8 batch_size: 8
......
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