Fix compile errors

This commit is contained in:
2023-07-03 00:31:15 +02:00
parent ec76057e64
commit 5db4d1189a
3 changed files with 9 additions and 7 deletions

View File

@@ -218,7 +218,7 @@ int main(int argc, char** argv)
cout << "Hello, Bayesian Networks!" << endl;
showNodesInfo(network, className);
showCPDS(network);
//cout << "Score: " << network.score(Xd, y) << endl;
cout << "Score: " << network.score(Xd, y) << endl;
cout << "PyTorch version: " << TORCH_VERSION << endl;
return 0;
}