Skip to content

Commit 89d3276

Browse files
committed
Add failOnUnmatched: False to gaia project file
1 parent eed4b2c commit 89d3276

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dataset_eval/gaia_wrapper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def update_parameters(project_file, c_values, gamma_values, preprocessing_values
7373
pref['gamma'] = gamma_values
7474
if preprocessing_values:
7575
pref['preprocessing'] = preprocessing_values
76+
# Temporarily disable to avoid errors while training to avoid didn't match any descriptor error
77+
project['failOnUnmatched'] = False
7678
with open(project_file, "w") as pfile:
7779
yaml.dump(project, pfile)
7880

0 commit comments

Comments
 (0)