Actually run the network.

This commit is contained in:
2017-10-07 21:35:59 +02:00
parent dbcb4ead51
commit cf08dd4761
3 changed files with 120 additions and 5 deletions

View File

@@ -16,5 +16,7 @@ int main(int argc, char *const argv[]) {
simulator.simulate(image);
}
::google::ShutdownGoogleLogging();
return 0;
}