Skip to content
Snippets Groups Projects
Commit 45340f19 authored by bbauvin's avatar bbauvin
Browse files

Trying to fix segmentation fault

parent 1e62e144
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,9 @@ def ExecMonoview(X, Y, name, learningRate, nbFolds, nbCores, databaseType, path, ...@@ -58,7 +58,9 @@ def ExecMonoview(X, Y, name, learningRate, nbFolds, nbCores, databaseType, path,
CL_type = kwargs["CL_type"] CL_type = kwargs["CL_type"]
nbClass = kwargs["nbClass"] nbClass = kwargs["nbClass"]
X = getValue(X) X = getValue(X)
time.sleep(20) for i in range(1111111):
for j in range(10000):
f=0
datasetLength = X.shape[0] datasetLength = X.shape[0]
clKWARGS = kwargs[kwargs["CL_type"]+"KWARGS"] clKWARGS = kwargs[kwargs["CL_type"]+"KWARGS"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment