bug fix
This commit is contained in:
parent
8f9f255223
commit
2b8c049283
2 changed files with 9 additions and 6 deletions
|
|
@ -92,6 +92,10 @@ void arg(int argc, char** argv)
|
|||
in = trn_set.front().input.size();
|
||||
out = trn_set.front().output.size();
|
||||
hidden = hiddenp.value();
|
||||
|
||||
cout << trn_set << endl;
|
||||
|
||||
cout << in << " " << out << " " << hidden << endl;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Reference in a new issue