Skip to content

Using variable length data #9

@danielshin1

Description

@danielshin1

Hi tejaslodaya,

First, thank you for sharing the repo!

I'm currently trying to run the autoencoder on trajectory data(with x, y coordinates) that are variables in length.
It's mentioned in the readme that. "The length of timeseries may vary from sample to sample. Conventional techniques only work on inputs of fixed size." So I was wondering if the current implementation already supports variable length data or do I need to modify the code for my purpose (similar to this https://towardsdatascience.com/taming-lstms-variable-sized-mini-batches-and-why-pytorch-is-good-for-your-health-61d35642972e) with pack_padded_sequence and
pad_packed_sequence.

Thanks!

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