Skip to content

Using custom iterable or functional input in DSTrainer #602

@CloudyDory

Description

@CloudyDory

When simulating a network, sometimes it is not convenient to pre-generate the entire input data due to memory constraints. If we use DSRunner, we can supply a iterable or functional input when initializing the runner, so the input data can be stored in a compressed form or generated at runtime. However, it seems that this is not possible when using DSTrainer. The DSTrainer object requires supplying the entire input data when calling the predict() function. Is it possible to overcome this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions