pickle_dataset
PickleDataset
¶
Bases: InMemoryDataset
A dataset from a pickle file.
PickleDataset reads entries from pickled pandas data-frames. The root directory of the pickle file may be accessed using dataset.parent_path. This may be useful if the file contains relative path information that you want to feed into, say, an ImageReader Op.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
file_path |
str
|
The (absolute) path to the pickle file. |
required |