// setup the two input files
String yarn_props_file = "src/test/resources/run_profiles/unit_tests/dbn/mnist/app.unit_test.dbn.mnist.two_workers.two_labels.jaggedsplit_small.properties";
// run the simulator
IRUnitDriver polr_ir = new IRUnitDriver( yarn_props_file );
polr_ir.Setup();
polr_ir.SimulateRun();
// evaluate the saved model
ModelTester.evaluateModel( yarn_props_file, null, 20 );