mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Fixed MLPPSoftmaxNet::initialize().
This commit is contained in:
parent
5776538750
commit
5e13b3abf1
@ -391,7 +391,6 @@ bool MLPPSoftmaxNet::needs_init() const {
|
||||
|
||||
void MLPPSoftmaxNet::initialize() {
|
||||
ERR_FAIL_COND(!_input_set.is_valid() || !_output_set.is_valid());
|
||||
ERR_FAIL_COND(needs_init());
|
||||
|
||||
int n = _input_set->size().y;
|
||||
int k = _input_set->size().x;
|
||||
|
Loading…
Reference in New Issue
Block a user