Skip to content

Not true streaming pipeline in SR implementation? #28

@jlidw

Description

@jlidw

After reading the code, I found that SR outputs the result of one whole window every time (via batch_size), instead of only outputting the result of the latest point. It seems this is not the true steaming method? Actually, we should detect and output the result of the latest point at each timestep, right? I think the detection of non-overlapping windows is not really reasonable, especially when comparing the efficiency... Thanks.

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