Commit 1e72c1f2 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #8528 from nuka137:fix-readme-vision-detection

PiperOrigin-RevId: 312232155
parents 866176ea e5f47726
...@@ -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