Open rudaoshi opened 7 years ago
Sorry? Can you elaborate? An example would be great.
sorry, I means splitting sequences with variable length into buckets. In each bucket, the length of input sequences are similar so the data can be padded with minimum pad size and reduce the computation cost.
Add bucket support alike Batch support.