Skip to content

Commit

Permalink
address #22
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 30, 2024
1 parent c602556 commit 33b8a32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions iTransformer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
from iTransformer.iTransformer2D import iTransformer2D

from iTransformer.iTransformerFFT import iTransformerFFT

from iTransformer.iTransformerNormConditioned import iTransformerNormConditioned
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'iTransformer',
packages = find_packages(exclude=[]),
version = '0.5.4',
version = '0.5.5',
license='MIT',
description = 'iTransformer - Inverted Transformer Are Effective for Time Series Forecasting',
author = 'Phil Wang',
Expand Down

0 comments on commit 33b8a32

Please sign in to comment.