Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Override dataloader #13

@AntoinePrv

Description

@AntoinePrv

Similarly to the fact that PPO trainer can be redefined by using

@agent.on(Events.STARTED)
def _(engine):
    engine.state.trainer = ...

Extend this to the Dataloader.
However, it need to be decided / if it is safe to have a fixed Dataloader over a varying Dataset or to store a Dataloder factory.

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