Refactoring for detection NN
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com>
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user