Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Time series] Add PatchTSMixer #26247

Merged
merged 229 commits into from
Dec 5, 2023
Merged

Commits on Sep 11, 2023

  1. patchtsmixer initial commit

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    63c058f View commit details
    Browse the repository at this point in the history
  2. x,y->context_values,target_values, unittest addded

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c5c18bd View commit details
    Browse the repository at this point in the history
  3. cleanup code

    vijaye12ibm authored and Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1a9322e View commit details
    Browse the repository at this point in the history
  4. minor

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7009b0e View commit details
    Browse the repository at this point in the history
  5. return hidden states

    vijaye12ibm authored and Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2f8a0ef View commit details
    Browse the repository at this point in the history
  6. model tests, partial integration tests

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    092d628 View commit details
    Browse the repository at this point in the history
  7. ettm notebook temporary

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1e6ca85 View commit details
    Browse the repository at this point in the history
  8. minor

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5faa011 View commit details
    Browse the repository at this point in the history
  9. config mask bug fix, tests updated

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7b30a09 View commit details
    Browse the repository at this point in the history
  10. final ETT notebooks

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    53820a8 View commit details
    Browse the repository at this point in the history
  11. add selfattn

    vijaye12ibm authored and Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3c63f05 View commit details
    Browse the repository at this point in the history
  12. init

    vijaye12ibm authored and Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1531211 View commit details
    Browse the repository at this point in the history
  13. added docstrings

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    59ab532 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    001bf94 View commit details
    Browse the repository at this point in the history
  15. functionality tests added

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    058f8c3 View commit details
    Browse the repository at this point in the history
  16. add start and input docstrings

    Arindam Jati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8c3a955 View commit details
    Browse the repository at this point in the history
  17. docstring edits

    vijaye12ibm committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    96cbdc3 View commit details
    Browse the repository at this point in the history
  18. testcase edits

    vijaye12ibm committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1c26173 View commit details
    Browse the repository at this point in the history
  19. minor changes

    vijaye12ibm committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a22dc29 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. docstring error fixed

    Arindam Jati committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2e24082 View commit details
    Browse the repository at this point in the history
  2. ran make fixup

    Arindam Jati committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c6b7ec0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. finalize integration tests and docs

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b3c647b View commit details
    Browse the repository at this point in the history
  2. minor

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    788f965 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-patchtsmixer

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c23ed78 View commit details
    Browse the repository at this point in the history
  4. cleaned gitignore

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    87bdf68 View commit details
    Browse the repository at this point in the history
  5. added dataclass decorator, ran black formatter

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c040fc7 View commit details
    Browse the repository at this point in the history
  6. ran ruff

    Arindam Jati committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7b12008 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    7d2a390 View commit details
    Browse the repository at this point in the history
  2. formatting

    kashif committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b7709e1 View commit details
    Browse the repository at this point in the history
  3. add slow decorator

    kashif committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cdf887a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2e3f9f View commit details
    Browse the repository at this point in the history
  5. shorten dataclass names

    kashif committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f9a6463 View commit details
    Browse the repository at this point in the history
  6. use smaller model for testing

    kashif committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    119487e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    ca1fb1f View commit details
    Browse the repository at this point in the history
  2. use scalers instead of revin

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    309a5b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a92d5 View commit details
    Browse the repository at this point in the history
  4. fix regression scaling

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    42876ba View commit details
    Browse the repository at this point in the history
  5. undo reg. scaling

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b4b4e51 View commit details
    Browse the repository at this point in the history
  6. removed unneeded classes

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2bc7a11 View commit details
    Browse the repository at this point in the history
  7. forgot missing

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    332adbb View commit details
    Browse the repository at this point in the history
  8. add more layers

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    58606c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    236a320 View commit details
    Browse the repository at this point in the history
  10. use patchmask from patchtst

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    38660b3 View commit details
    Browse the repository at this point in the history
  11. removed dependency on layers directory

    Arindam Jati committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    887da1c View commit details
    Browse the repository at this point in the history
  12. formatting

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    d6ea2eb View commit details
    Browse the repository at this point in the history
  13. set seed

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e311508 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87d6b4d View commit details
    Browse the repository at this point in the history
  15. removed unused imports

    kashif committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b50b8f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fixed forward signature test

    Arindam Jati committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2b927fd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    24922ec View commit details
    Browse the repository at this point in the history
  2. add generate to forecast

    vijaye12ibm committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    49269d0 View commit details
    Browse the repository at this point in the history
  3. testcases for generate

    vijaye12ibm committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3975e50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae475e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aed6bb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. formatting changes

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fc996fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3902a7c View commit details
    Browse the repository at this point in the history
  3. make copies

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b999fea View commit details
    Browse the repository at this point in the history
  4. doc edits

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d31d7c2 View commit details
    Browse the repository at this point in the history
  5. minor changes

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b0e1650 View commit details
    Browse the repository at this point in the history
  6. format issues

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    68d6a85 View commit details
    Browse the repository at this point in the history
  7. minor changes

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e87d1e8 View commit details
    Browse the repository at this point in the history
  8. minor changes

    vijaye12ibm committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    399ba6d View commit details
    Browse the repository at this point in the history
  9. format docstring

    namctin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5c8edaf View commit details
    Browse the repository at this point in the history
  10. change some class names to PatchTSMixer + class name

    Transpose to PatchTSMixerTranspose
    GatedAttention to PatchTSMixerGatedAttention
    namctin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c7326e0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46e2f6c View commit details
    Browse the repository at this point in the history
  12. change MLP to PatchTSMixerMLP

    namctin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7b5e9de View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ff940e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2af78d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d86a16d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d1a929 View commit details
    Browse the repository at this point in the history
  17. list to list

    namctin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4ee3e5e View commit details
    Browse the repository at this point in the history
  18. fix docstrings

    kashif committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    84e4c9f View commit details
    Browse the repository at this point in the history
  19. formatting

    kashif committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2c26fea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0eae2e8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5ed6556 View commit details
    Browse the repository at this point in the history
  22. edit random_masking

    namctin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5f82e62 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d58bc6f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f4212ea View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c53814b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c264e67 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f9d9f4a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e1664b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. formatting

    vijaye12 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1984e61 View commit details
    Browse the repository at this point in the history
  2. formatting issues

    vijaye12 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    936259b View commit details
    Browse the repository at this point in the history
  3. docstring issue

    vijaye12 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1b1b96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48dfe2c View commit details
    Browse the repository at this point in the history
  5. use FloatTensor type

    kashif committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4be219c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. formatting

    vijaye12 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    635b918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b282a View commit details
    Browse the repository at this point in the history
  3. add docstring from decorator

    kashif committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2c2d376 View commit details
    Browse the repository at this point in the history
  4. fix docstring

    kashif committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e927d4c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update README.md

    Co-authored-by: NielsRogge <[email protected]>
    kashif and NielsRogge authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    88c3287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff1a3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6820b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51a7afc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36449a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab50188 View commit details
    Browse the repository at this point in the history
  7. formatting

    kashif committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4652950 View commit details
    Browse the repository at this point in the history
  8. ForPretraining

    kashif committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5e2b0bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d278bb View commit details
    Browse the repository at this point in the history
  10. remove commented out code

    kashif committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    dc750ce View commit details
    Browse the repository at this point in the history
  11. docstring fixed

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e3b0dcb View commit details
    Browse the repository at this point in the history
  12. nn.functional used instead of one letter F

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b129978 View commit details
    Browse the repository at this point in the history
  13. x_tmp renamed

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6cee276 View commit details
    Browse the repository at this point in the history
  14. one letter variable x removed from forward calls

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4a8f3a3 View commit details
    Browse the repository at this point in the history
  15. one letter variable y removed

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3c5c8e8 View commit details
    Browse the repository at this point in the history
  16. remove commented code

    Arindam Jati committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0e1459c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    4a4c328 View commit details
    Browse the repository at this point in the history
  2. add config to heads

    vijaye12 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    46f8dd0 View commit details
    Browse the repository at this point in the history
  3. add config to heads tests

    vijaye12 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    adffc21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7935d50 View commit details
    Browse the repository at this point in the history
  5. Cdocstring fixes part 1

    Arindam Jati committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e31597e View commit details
    Browse the repository at this point in the history
  6. docstring fixes part 2

    Arindam Jati committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c99d6a7 View commit details
    Browse the repository at this point in the history
  7. removed logger.debug

    Arindam Jati committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    46360d6 View commit details
    Browse the repository at this point in the history
  8. context_values -> past_values

    Arindam Jati committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e1e8d20 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. formatting changes

    Arindam Jati committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    aed2cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. pe -> positional_encoding

    Arindam Jati committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    49a485b View commit details
    Browse the repository at this point in the history
  2. removed unused target variable

    Arindam Jati committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9112cbf View commit details
    Browse the repository at this point in the history
  3. self.mode logic fixed

    Arindam Jati committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d5260e4 View commit details
    Browse the repository at this point in the history
  4. formatting change

    Arindam Jati committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0828467 View commit details
    Browse the repository at this point in the history
  5. edit docstring and var name

    namctin committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e9cd203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    689b223 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d0b8a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31d8296 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54add50 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fix var name change in testcases

    Arindam Jati committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d103f34 View commit details
    Browse the repository at this point in the history
  2. add PatchTSMixerAttention

    kashif committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    82dea95 View commit details
    Browse the repository at this point in the history
  3. return dict for all exposed classes, test cases added

    Arindam Jati committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3daac88 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add-patchtsmixer' of github.com:namctin/transformers in…

    …to add-patchtsmixer
    Arindam Jati committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    64ee474 View commit details
    Browse the repository at this point in the history
  5. format

    kashif committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    809dab8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c36e6fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92826ba View commit details
    Browse the repository at this point in the history
  8. make style

    Arindam Jati committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d3c9be8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. adding return dict/tuple

    vijaye12 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    121bff4 View commit details
    Browse the repository at this point in the history
  2. make repo-consistency

    Arindam Jati committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6d0da25 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. remove flatten mode

    vijaye12 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d28d426 View commit details
    Browse the repository at this point in the history
  2. code refactoring

    vijaye12 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e80bc60 View commit details
    Browse the repository at this point in the history
  3. rename data

    vijaye12 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e40e562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9bc639 View commit details
    Browse the repository at this point in the history
  5. docstring fixes

    Arindam Jati committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ec6ea20 View commit details
    Browse the repository at this point in the history
  6. removed unused code

    Arindam Jati committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7d7e9f4 View commit details
    Browse the repository at this point in the history
  7. format

    Arindam Jati committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    996f342 View commit details
    Browse the repository at this point in the history
  8. format

    Arindam Jati committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dce7f20 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. remove contiguous and formatting changes

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d969ad6 View commit details
    Browse the repository at this point in the history
  2. remove model description from config

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0866b9b View commit details
    Browse the repository at this point in the history
  3. replace asserts with ValueError

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f403a32 View commit details
    Browse the repository at this point in the history
  4. remove nn.Sequential from PatchTSMixerNormLayer

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c512ee8 View commit details
    Browse the repository at this point in the history
  5. replace if-else with map

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    30a3cb8 View commit details
    Browse the repository at this point in the history
  6. remove all nn.Sequential

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fe5babb View commit details
    Browse the repository at this point in the history
  7. format

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e05bc66 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2fadcd5 View commit details
    Browse the repository at this point in the history
  9. formatting

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7c69f36 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add-patchtsmixer' of github.com:namctin/transformers in…

    …to add-patchtsmixer
    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    33042b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8633862 View commit details
    Browse the repository at this point in the history
  12. make fix-copies

    Arindam Jati committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0b817a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    e666bf1 View commit details
    Browse the repository at this point in the history
  2. remove comments

    kashif committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4ce9732 View commit details
    Browse the repository at this point in the history
  3. reshape

    kashif committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    68bc0ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf84a4d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. corect Patchify

    vijaye12ibm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b5a4640 View commit details
    Browse the repository at this point in the history
  2. masking updates

    vijaye12ibm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1beea2f View commit details
    Browse the repository at this point in the history
  3. batchnorm copy from

    vijaye12ibm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    24336d3 View commit details
    Browse the repository at this point in the history
  4. format checks

    vijaye12ibm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b8c7251 View commit details
    Browse the repository at this point in the history
  5. scaler edits

    vijaye12ibm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2ebcf73 View commit details
    Browse the repository at this point in the history
  6. remove comments

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b8cd5c1 View commit details
    Browse the repository at this point in the history
  7. format changes

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3b6cb91 View commit details
    Browse the repository at this point in the history
  8. remove self.config

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    850cc3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9cad15e View commit details
    Browse the repository at this point in the history
  10. makr fix

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2e24f99 View commit details
    Browse the repository at this point in the history
  11. doc updates

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    140d500 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad7129f View commit details
    Browse the repository at this point in the history
  13. fix-copies

    kashif committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aed421c View commit details
    Browse the repository at this point in the history
  14. scaler class correction

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8a271dc View commit details
    Browse the repository at this point in the history
  15. doc edits

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    516943b View commit details
    Browse the repository at this point in the history
  16. scaler edits

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9d1b59a View commit details
    Browse the repository at this point in the history
  17. update readme with links

    kashif committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    86322cd View commit details
    Browse the repository at this point in the history
  18. injectstatistics add

    vijaye12 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    48b8c39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    943dbc0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    995a4d8 View commit details
    Browse the repository at this point in the history
  21. fix-copies

    kashif committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3d7f19d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    673af51 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. format changes

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b80beaf View commit details
    Browse the repository at this point in the history
  2. fix copies

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    db9283f View commit details
    Browse the repository at this point in the history
  3. correct make copies

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e39952c View commit details
    Browse the repository at this point in the history
  4. use parametrize

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6802be9 View commit details
    Browse the repository at this point in the history
  5. fix doc string

    kashif committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8412666 View commit details
    Browse the repository at this point in the history
  6. add docs to toctree

    kashif committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    86d5516 View commit details
    Browse the repository at this point in the history
  7. make style

    kashif committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b0bd334 View commit details
    Browse the repository at this point in the history
  8. doc segmenting

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    516761e View commit details
    Browse the repository at this point in the history
  9. docstring edit

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2220bac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1958ebd View commit details
    Browse the repository at this point in the history
  11. edit doc

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    494b0c5 View commit details
    Browse the repository at this point in the history
  12. doc edits

    vijaye12 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    383910d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. remove PatchTSMixerTranspose

    namctin committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    76fdf48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d428d View commit details
    Browse the repository at this point in the history
  3. remove positional_encoding

    namctin committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    89a81e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c83c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. fix broken code

    Arindam Jati committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    24b1ba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. var rename target_values -> future_values

    Arindam Jati committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    17c2115 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. num_features -> d_model

    Arindam Jati committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b47af2e View commit details
    Browse the repository at this point in the history
  2. master merged

    Arindam Jati committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    be176bb View commit details
    Browse the repository at this point in the history
  3. fix broken code after master merge

    Arindam Jati committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6b94177 View commit details
    Browse the repository at this point in the history
  4. repo consistency

    Arindam Jati committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    db3bbc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. use postional embedding

    Arindam Jati committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ae50d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5e468 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. prediction_logits -> prediction_outputs, make fix-copies

    Arindam Jati committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    46265ff View commit details
    Browse the repository at this point in the history
  2. uncommented @slow

    Arindam Jati committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    239ad65 View commit details
    Browse the repository at this point in the history
  3. minor changes

    vijaye12 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    26f87e2 View commit details
    Browse the repository at this point in the history
  4. loss first in tuple

    vijaye12 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2797f2f View commit details
    Browse the repository at this point in the history
  5. tuple and dict same ordering

    vijaye12 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2b7f27f View commit details
    Browse the repository at this point in the history
  6. style edits

    vijaye12 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    22c4f93 View commit details
    Browse the repository at this point in the history
  7. minor changes

    vijaye12 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d01d250 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0eed37f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    b614202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb66938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd7c15e View commit details
    Browse the repository at this point in the history
  4. fix formatting

    kashif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ea8666a View commit details
    Browse the repository at this point in the history
  5. formatting

    kashif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    093d742 View commit details
    Browse the repository at this point in the history
  6. usage tip

    kashif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    400e547 View commit details
    Browse the repository at this point in the history
  7. test on cpu only

    kashif committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    70720db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a891acf View commit details
    Browse the repository at this point in the history
  9. add sample usage

    vijaye12 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b3fcd57 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9485755 View commit details
    Browse the repository at this point in the history
  11. push changes

    vijaye12 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ba51f44 View commit details
    Browse the repository at this point in the history
  12. fix copies

    vijaye12 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    672126d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    655ea89 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. minor changes

    vijaye12 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    13b5b8b View commit details
    Browse the repository at this point in the history
  2. stylechanges

    vijaye12 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8bccf78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39b2419 View commit details
    Browse the repository at this point in the history