Skip to content

The Data Processing Framework isn't portable #17

@AakashSasikumar

Description

@AakashSasikumar

The serialized object of the DataProcessor instance requires its class to be imported when loading it.

For example, if an object of Examples/BasicProcessors/MultiVarProcessor was serialized and saved, when loading it into a new python session unless MultiVarProcessor is imported beforehand, the de-serialization throws an error.

Solutions:

  1. (Dirty Solution): The raw class file can be saved along with the serialized data. When loading a model, we could load the class file first and then load the serialized data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions