Example #1
0
 def next_batch_test(self):
     pod.next_batch(self.od, self.odl, "test")
     self.set_batch_idx(0)
Example #2
0
 def next_batch_train(self):
     pod.next_batch(self.od, self.odl, "train")
     self.set_batch_idx(0)