Skip to content

Commit ab63adb

Browse files
committed
update
1 parent f5eb478 commit ab63adb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pypots/imputation/fedformer/model.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ class FEDformer(BaseNNImputer):
111111

112112
def __init__(
113113
self,
114-
n_steps,
115-
n_features,
116-
n_layers,
117-
d_model,
118-
n_heads,
119-
d_ffn,
120-
moving_avg_window_size,
114+
n_steps: int,
115+
n_features: int,
116+
n_layers: int,
117+
d_model: int,
118+
n_heads: int,
119+
d_ffn: int,
120+
moving_avg_window_size: int,
121121
dropout: float = 0,
122122
version="Fourier",
123123
modes=32,

0 commit comments

Comments
 (0)