Continue refactoring

This commit is contained in:
2025-02-27 11:37:30 +01:00
parent 2dcd073299
commit 610c2a6a4a
2 changed files with 1 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ namespace platform {
bool debug = false;
Xaode aode_;
torch::Tensor weights_;
bool fitted = false;
const std::string CLASSIFIER_NOT_FITTED = "Classifier has not been fitted";
inline void normalize_weights(int num_instances)
{