Skip to content

Commit 3cec415

Browse files
authored
Update openvino_launcher.py
1 parent 5b840e5 commit 3cec415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/accuracy_checker/launcher/openvino_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self, config_entry, model_name='', delayed_model_loading=False,
117117
self._configure_lstm_inputs()
118118
self.reset_memory_state = self.get_value_from_config('reset_memory_state')
119119
self._dump_first_infer_data = self.config.get('_dump_first_infer_data', None)
120-
if self._dump_first_infer_data is not None:
120+
if self._dump_first_infer_data:
121121
self.async_mode = False
122122

123123
@classmethod

0 commit comments

Comments
 (0)