Update modeling_super_linear.py
Browse files- modeling_super_linear.py +2 -2
modeling_super_linear.py
CHANGED
|
@@ -592,8 +592,8 @@ class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
|
| 592 |
|
| 593 |
|
| 594 |
|
| 595 |
-
if x_enc.shape[1] < 512:
|
| 596 |
-
x_enc = self.fourier_interp_dim1(x_enc)
|
| 597 |
#x_enc = self.revin_layer(x_enc, 'norm')
|
| 598 |
|
| 599 |
|
|
|
|
| 592 |
|
| 593 |
|
| 594 |
|
| 595 |
+
'''if x_enc.shape[1] < 512:
|
| 596 |
+
x_enc = self.fourier_interp_dim1(x_enc)'''
|
| 597 |
#x_enc = self.revin_layer(x_enc, 'norm')
|
| 598 |
|
| 599 |
|