• P
    Fix data provider bug in srl demo · 9baf7fc4
    Peng Li 提交于
    Once encoutering a single sample whose size is larger than batch size,
    the provider will yield empty batch and terminate the current pass unexpectedly
    if can_over_batch_size=False.
    9baf7fc4
dataprovider.py 2.7 KB