Commit 6c9e22263df4f2b1bb1ac3e65128ddbde19b7375

Authored by Scott Klum
1 parent 3d27a527

Removed debug statement in crossValidate

Showing 1 changed file with 0 additions and 1 deletions
openbr/plugins/validate.cpp
... ... @@ -83,7 +83,6 @@ class CrossValidateTransform : public MetaTransform
83 83 } else j--;
84 84 }
85 85 // Train on the remaining templates
86   - foreach (const Template &t, partitionedData) qDebug() << "Remaining data for partition " << i << t.file.baseName() << t.file.get<QString>("Label") << t.file.get<QString>("Partition");
87 86 futures.addFuture(QtConcurrent::run(transforms[i], &Transform::train, partitionedData));
88 87 }
89 88 futures.waitForFinished();
... ...