mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-02 16:29:35 +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() {
|
void MLPPSoftmaxNet::initialize() {
|
||||||
ERR_FAIL_COND(!_input_set.is_valid() || !_output_set.is_valid());
|
ERR_FAIL_COND(!_input_set.is_valid() || !_output_set.is_valid());
|
||||||
ERR_FAIL_COND(needs_init());
|
|
||||||
|
|
||||||
int n = _input_set->size().y;
|
int n = _input_set->size().y;
|
||||||
int k = _input_set->size().x;
|
int k = _input_set->size().x;
|
||||||
|
Loading…
Reference in New Issue
Block a user