Refactoring for detection NN

Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
Micaela Verucchi
2020-03-20 21:14:12 +01:00
parent 997e857e32
commit 8b9516da97
11 changed files with 637 additions and 678 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
cnet.init(net);
break;
case 'm':
mbnet.init(net, 512, 81);
mbnet.init(net, 81);
break;
default:
FatalError("Network type not allowed (3rd parameter)\n");