Exemplo n.º 1
0
 def __init__(self, hparams):
     DataBase.__init__(self, hparams)
     with tf.name_scope(self.name, self.default_hparams()["name"]):
         self._make_data()
Exemplo n.º 2
0
 def __init__(self, hparams):
     DataBase.__init__(self, hparams)