Skip to content
Snippets Groups Projects
Commit 525c4ddf authored by bbauvin's avatar bbauvin
Browse files

debugging

parent 78e21dd8
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ def ExecMultiview(DATASET, name, learningRate, nbFolds, nbCores, databaseType, p
gridSearch=True
if gridSearch:
logging.info("Start:\t Randomsearching best settings for monoview classifiers")
bestSettings, fusionConfig = classifierGridSearch(DATASET, viewsIndices, classificationKWARGS, learningIndices
......
......@@ -49,7 +49,9 @@ def gridSearch_hdf5(DATASET, viewsIndices, classificationKWARGS, learningIndices
nIter=nIter))
logging.debug("\tDone:\t Random search for "+classifierName)
classificationKWARGS["classifiersConfigs"] = bestSettings
logging.debug("\tStart:\t Random search for "+fusionMethodModuleName)
fusionMethodConfig = fusionMethodModule.gridSearch(DATASET, classificationKWARGS, learningIndices, nIter=nIter, viewsIndices=viewsIndices)
logging.debug("\tDone:\t Random search for "+fusionMethodModuleName)
return bestSettings, fusionMethodConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment