mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-02-23 20:14:18 +01:00
Fix warning.
This commit is contained in:
parent
fbc20cc749
commit
b2e99c2ef4
@ -502,7 +502,7 @@ void MLPPMLP::_bind_methods() {
|
|||||||
ClassDB::bind_method(D_METHOD("sgd", "learning_rate", "max_epoch", "UI"), &MLPPMLP::sgd, false);
|
ClassDB::bind_method(D_METHOD("sgd", "learning_rate", "max_epoch", "UI"), &MLPPMLP::sgd, false);
|
||||||
ClassDB::bind_method(D_METHOD("mbgd", "learning_rate", "max_epoch", "mini_batch_size", "UI"), &MLPPMLP::mbgd, false);
|
ClassDB::bind_method(D_METHOD("mbgd", "learning_rate", "max_epoch", "mini_batch_size", "UI"), &MLPPMLP::mbgd, false);
|
||||||
|
|
||||||
ClassDB::bind_method(D_METHOD("score", "x"), &MLPPMLP::score);
|
ClassDB::bind_method(D_METHOD("score"), &MLPPMLP::score);
|
||||||
ClassDB::bind_method(D_METHOD("save", "file_name"), &MLPPMLP::save);
|
ClassDB::bind_method(D_METHOD("save", "file_name"), &MLPPMLP::save);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user