We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed4b2c commit 89d3276Copy full SHA for 89d3276
1 file changed
dataset_eval/gaia_wrapper.py
@@ -73,6 +73,8 @@ def update_parameters(project_file, c_values, gamma_values, preprocessing_values
73
pref['gamma'] = gamma_values
74
if preprocessing_values:
75
pref['preprocessing'] = preprocessing_values
76
+ # Temporarily disable to avoid errors while training to avoid didn't match any descriptor error
77
+ project['failOnUnmatched'] = False
78
with open(project_file, "w") as pfile:
79
yaml.dump(project, pfile)
80
0 commit comments