Skip to content

Commit

Permalink
test: make the TimeMixer smaller for a faster test;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Sep 3, 2024
1 parent 57d9789 commit 6f6714f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/imputation/timemixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class TestTimeMixer(unittest.TestCase):
DATA["n_features"],
n_layers=2,
top_k=5,
d_model=512,
d_ffn=512,
d_model=32,
d_ffn=32,
dropout=0.1,
epochs=EPOCHS,
saving_path=saving_path,
Expand Down

0 comments on commit 6f6714f

Please sign in to comment.