Open yamonc opened 3 years ago
it actually shows in batcher.py.
self._batch_queue = Queue.Queue(self.BATCH_QUEUE_MAX) print(self.BATCH_QUEUE_MAX, self._hps.batch_size) self._example_queue = Queue.Queue(self.BATCH_QUEUE_MAX * self._hps.batch_size)
line 236. it reports int type can not operand with Flag,but i cannot modify.
it actually shows in batcher.py.
Initialize a queue of Batches waiting to be used, and a queue of Examples waiting to be batched
line 236. it reports int type can not operand with Flag,but i cannot modify.