Optimize ComputeCPT method with a approx. 30% reducing time

This commit is contained in:
2025-05-19 17:00:07 +02:00
parent 250036f224
commit 36ce6effe9
6 changed files with 29 additions and 28 deletions

View File

@@ -45,7 +45,6 @@ namespace bayesnet {
}
torch::Tensor SPODELd::predict_proba(torch::Tensor& X)
{
std::cout << "Debug: SPODELd::predict_proba" << std::endl;
auto Xt = prepareX(X);
return SPODE::predict_proba(Xt);
}