Skip to content

train_gen loads indices of all time series instead of batch-size if self.permute is False #359

@aparna-aketi

Description

@aparna-aketi

In the train_gen function of TimeSeriesdata class (data_loader.py), the tsidx is set to np.arange(num_ts) instead of something like tsidx = np.arange(batch_idx, min(batch_start + self.batch_size, num_ts)) when self.permute = False. Is this intentional or a bug?

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