Skip to content

[BUG] pytorch-forecasting#1752 Fixing#1782

Closed
RUPESH-KUMAR01 wants to merge 1 commit intosktime:mainfrom
RUPESH-KUMAR01:main
Closed

[BUG] pytorch-forecasting#1752 Fixing#1782
RUPESH-KUMAR01 wants to merge 1 commit intosktime:mainfrom
RUPESH-KUMAR01:main

Conversation

@RUPESH-KUMAR01
Copy link

Description

This PR is towards the issue #1752 . concat_sequences concat the timesteps of each batch. But our goal is to not concat time_stamps but to concat the batches. So while concat, the same function is used, which concat output, to concat y also.

Checklist

  • Linked issues (if existing)
  • Amended changelog for large changes (and added myself there as contributor)
  • Added/modified tests
  • Used pre-commit hooks when committing to ensure that code is compliant with hooks. Install hooks with pre-commit install.
    To run hooks independent of commit, execute pre-commit run --all-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant