v0.1.2
- Fixed the OOM problem of DataFrameDataset by replacing list with numpy, and process all data to numpy before
__get_item__
- Default value changes of
DataFrameDataset
:is_raw
parameter default to Truelist_padding_value
parameter default to None. Therefore, you need to set thelist_padding_value
when init DataFrameDataset or usingcollate_fn
in DataFrameDataset when data loading if you have var-length sequence features
- Support string input type of sequence features (comma split)
Full Changelog: v0.1.1...v0.1.2