Add manage to release targets
This commit is contained in:
@@ -5,11 +5,7 @@ namespace bayesnet {
|
||||
BoostAODE::BoostAODE() : Ensemble() {}
|
||||
void BoostAODE::buildModel(const torch::Tensor& weights)
|
||||
{
|
||||
// models.clear();
|
||||
// for (int i = 0; i < features.size(); ++i) {
|
||||
// models.push_back(std::make_unique<SPODE>(i));
|
||||
// }
|
||||
// n_models = models.size();
|
||||
// Models shall be built in trainModel
|
||||
}
|
||||
void BoostAODE::trainModel(const torch::Tensor& weights)
|
||||
{
|
||||
|
Reference in New Issue
Block a user