-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Refactor] Move RevIN class to common module (#1083)
* re-use the same MovingAvg classin fedformer * re-use the same SeriesDecomp class in fedformer * RevIn in patchtst replaced by commonly used Normalize class * re-use the shared Normalize class in timellm and timemixer * Rename Normalize to RevIN * move module to common.salers move to common.scalers * Fix error due to unwanted change of cell-type * Delete extra cell and duplicate declaration of functions * Remove unwanted changes, unused imported class * Fix error in fedformer * Fix error due to formatting * restore the unwanted deleted line * Review: Move from _scalers.py to _modules.py * RMok imports shared module of RevIN --------- Co-authored-by: Olivier Sprangers <[email protected]>
- Loading branch information
Showing
13 changed files
with
189 additions
and
749 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.