[ENH] ModernTCN: A Modern Pure Convolution Structure for General Time Series Analysis added - #2363
Open
Muhammad-Rebaal wants to merge 7 commits into
Open
[ENH] ModernTCN: A Modern Pure Convolution Structure for General Time Series Analysis added#2363Muhammad-Rebaal wants to merge 7 commits into
ModernTCN: A Modern Pure Convolution Structure for General Time Series Analysis added#2363Muhammad-Rebaal wants to merge 7 commits into
Conversation
… Series Analysis added
Muhammad-Rebaal
marked this pull request as ready for review
August 11, 2026 14:40
Muhammad-Rebaal
requested review from
benHeid,
fkiraly,
jdb78 and
phoeenniixx
as code owners
August 11, 2026 14:40
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2363 +/- ##
=======================================
Coverage ? 87.75%
=======================================
Files ? 183
Lines ? 10339
Branches ? 0
=======================================
Hits ? 9073
Misses ? 1266
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Muhammad-Rebaal
marked this pull request as draft
August 11, 2026 15:51
Member
Author
|
Hi @phoeenniixx, I've implemented the Here are some changes, in the
The purpose of adding these layers separately is for reusability in future models. |
Muhammad-Rebaal
marked this pull request as ready for review
August 12, 2026 15:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2358
This PR introduces v2 interface support for ModernTCN (ICLR 2024), a highly efficient, pure convolutional time series forecasting model that leverages large-kernel
depthwiseconvolutions and patching to achieve state-of-the-art performance.Reference