Skip to content
Snippets Groups Projects
Commit 3bf9c9c6 authored by bbauvin's avatar bbauvin
Browse files

debugging

parent ebfe00e1
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ if True:
argumentDictionaries["Multiview"].append(arguments)
except:
pass
if True:
try:
if benchmark["Multiview"]["Fusion"]["Methods"]["EarlyFusion"] and benchmark["Multiview"]["Fusion"]["Classifiers"]:
for method in benchmark["Multiview"]["Fusion"]["Methods"]["EarlyFusion"]:
for classifier in benchmark["Multiview"]["Fusion"]["Classifiers"]:
......@@ -416,7 +416,7 @@ if True:
"classifiersConfigs": [globals()[classifier+"KWARGSInit"]],
'fusionMethodConfig': fusionMethodConfig}}
argumentDictionaries["Multiview"].append(arguments)
else:
except:
pass
else:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment