Skip to content

In-memory trajectory dataset and custom batch creation #11

@andrrizzi

Description

@andrrizzi

MDAnalysis loads each frame from the disk. For big trajectories, it might be worth it support in-memory trajectories (loaded after subsampling and atom selections). MDAnalysis also have a utility to load the trajectory in memory that is worth checking out before implementing our logic.

An advantage of this implementation is also that a custom DataLoader might support creating batches by slicing the tensors rather than accessing the samples one by one and concatenating them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceImproving the performance of existing features

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions