yaml test fix

Summary: Yaml bool case fix

Reviewed By: shapovalov

Differential Revision: D40623031

fbshipit-source-id: 29b2fba171c2cbebfa03834e38b614d07275c997
This commit is contained in:
Jeremy Reizenstein 2022-10-23 07:09:26 -07:00 committed by Facebook GitHub Bot
parent 74754bbf17
commit ca58863347

View File

@ -235,7 +235,7 @@ model_factory_ImplicitronModelFactory_args:
surface_thickness: 1 surface_thickness: 1
bg_color: bg_color:
- 0.0 - 0.0
replicate_last_interval: False replicate_last_interval: false
background_opacity: 0.0 background_opacity: 0.0
density_relu: true density_relu: true
blend_output: false blend_output: false
@ -243,7 +243,7 @@ model_factory_ImplicitronModelFactory_args:
surface_thickness: 1 surface_thickness: 1
bg_color: bg_color:
- 0.0 - 0.0
replicate_last_interval: False replicate_last_interval: false
background_opacity: 10000000000.0 background_opacity: 10000000000.0
density_relu: true density_relu: true
blend_output: false blend_output: false