ComputeCPT Optimization

This commit is contained in:
2025-05-13 17:43:17 +02:00
parent b11620bbe8
commit 250036f224
3 changed files with 44 additions and 23 deletions

View File

@@ -45,6 +45,7 @@ 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);
}