def test_5(self):
     with self.assertRaises(DLPyError):
         model1 = Sequential(self.s, model_table='table5')
         model1.compile()
 def test_11(self):
     with self.assertRaises(DLPyError):
         model1 = Sequential(self.s, model_table='table11')
         model1.add(Conv2d(8, 7))
         model1.compile()