diff --git a/fluid/DeepASR/data_utils/data_reader.py b/fluid/DeepASR/data_utils/data_reader.py index b835c7d2d3319886c9f8f72f26e4ee7a4e419a87..4cddd51b31131520068d576adaf18ab98182c20a 100644 --- a/fluid/DeepASR/data_utils/data_reader.py +++ b/fluid/DeepASR/data_utils/data_reader.py @@ -171,7 +171,7 @@ class DataReader(object): label_file_list (str): File containing paths of label data file and corresponding description file. drop_frame_len (int): Samples whose label length above the value will be - dropped. + dropped.(Using '-1' to disable the policy) process_num (int): Number of processes for processing data. sample_buffer_size (int): Buffer size to indicate the maximum samples cached.