mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-12 13:47:18 +01:00
Register MLPPSoftmaxNet into the ClassDB.
This commit is contained in:
parent
10b4b383fb
commit
a9cc4fa0e0
@ -49,7 +49,7 @@ SOFTWARE.
|
||||
#include "mlpp/uni_lin_reg/uni_lin_reg.h"
|
||||
#include "mlpp/wgan/wgan.h"
|
||||
#include "mlpp/tanh_reg/tanh_reg.h"
|
||||
|
||||
#include "mlpp/softmax_net/softmax_net.h"
|
||||
#include "mlpp/mlp/mlp.h"
|
||||
|
||||
#include "test/mlpp_tests.h"
|
||||
@ -83,6 +83,7 @@ void register_pmlpp_types(ModuleRegistrationLevel p_level) {
|
||||
ClassDB::register_class<MLPPSoftmaxReg>();
|
||||
ClassDB::register_class<MLPPAutoEncoder>();
|
||||
ClassDB::register_class<MLPPTanhReg>();
|
||||
ClassDB::register_class<MLPPSoftmaxNet>();
|
||||
|
||||
ClassDB::register_class<MLPPDataESimple>();
|
||||
ClassDB::register_class<MLPPDataSimple>();
|
||||
|
Loading…
Reference in New Issue
Block a user