Exemplo n.º 1
0
 def test_learning_is_done(self):
     solveds_tr, solveds_ge = diagnosis_example()
     self.assertGreaterEqual(solveds_tr[-1], 0.1)
     self.assertGreaterEqual(solveds_tr[-1], 0.1)
Exemplo n.º 2
0
 def test_example_runs_without_exception(self):
     diagnosis_example(num_graphs=6,
                       num_processing_steps_tr=2,
                       num_processing_steps_ge=2,
                       num_training_iterations=20)