Skip to content

LPTM Implementation and Adaptive Segmentation Code #41

@guangyuyang001

Description

@guangyuyang001

I'm currently exploring the implementation provided for your paper, "Large Pre-trained Time Series Models for Cross-domain Time Series Analysis Tasks," and I have encountered some confusion.
Specifically:

  1. In the paper, it mentions using a GRU to obtain hidden embeddings; however, I cannot find this implementation within the provided code.
  2. The paper describes an "Adaptive Segmentation" method, but the segmentation logic in Samay/src/samay/models/lptm/model/backbone.py seems to employ fixed-size patches.
  3. Additionally, the function select_segments in Samay/src/samay/models/lptm/segment/selection.py does not appear to be used anywhere in the provided codebase.
  4. The method LPTMPipeline.from_pretrained is referenced, but I can't locate its definition in the repository.
    Could you please clarify whether there is an error in the uploaded code or direct me to the correct implementation and usage of these components?

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