yscacaca / DeepSense

Deepsense: a unified deep learning framework for time-series mobile sensing data processing.
196 stars 71 forks source link

I don't clear how you calculated the capacity/min_after_deque value when getting the batch #10

Closed shamanez closed 7 years ago

shamanez commented 7 years ago

In this This line.

These things mainly control how to extract a batch from the que. So assigning them incorrectly can cause errors. So can you please explain ?

yscacaca commented 7 years ago

min_after_dequeue is the minimum number elements in the queue after a dequeue, which is used to ensure a level of mixing of elements. Is it because you set min_after_dequeue to be a value that is too large?