diff --git a/debug/accuracy_tools/api_accuracy_checker/common/config.py b/debug/accuracy_tools/api_accuracy_checker/common/config.py index 57f59b0785c5cbb2b3e41903ce7350c414fadf27..81e160196a5bc1f0918adab658bba8d0300453b5 100644 --- a/debug/accuracy_tools/api_accuracy_checker/common/config.py +++ b/debug/accuracy_tools/api_accuracy_checker/common/config.py @@ -22,7 +22,6 @@ class Config: 'target_iter': list, 'white_list': list, 'error_data_path': str, - 'jit_compile': bool, 'precision': int } if key not in validators: diff --git a/debug/accuracy_tools/api_accuracy_checker/config.yaml b/debug/accuracy_tools/api_accuracy_checker/config.yaml index a6e70c57ebaec9141434499cfebe2aed6c21a7be..da9fa760180282d3b3dff68495dbf34432cca459 100644 --- a/debug/accuracy_tools/api_accuracy_checker/config.yaml +++ b/debug/accuracy_tools/api_accuracy_checker/config.yaml @@ -4,6 +4,5 @@ enable_dataloader: False target_iter: [1] white_list: [] error_data_path: './' -jit_compile: True precision: 14 \ No newline at end of file