Update modeling_super_linear.py
Browse files- modeling_super_linear.py +1 -0
modeling_super_linear.py
CHANGED
|
@@ -633,6 +633,7 @@ class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
|
|
| 633 |
|
| 634 |
|
| 635 |
if x_enc.shape[1] < 512:
|
|
|
|
| 636 |
#x_enc = self.revin_layer(x_enc, 'norm')
|
| 637 |
#x_enc = self.fourier_interp_dim1(x_enc)
|
| 638 |
|
|
|
|
| 633 |
|
| 634 |
|
| 635 |
if x_enc.shape[1] < 512:
|
| 636 |
+
pass
|
| 637 |
#x_enc = self.revin_layer(x_enc, 'norm')
|
| 638 |
#x_enc = self.fourier_interp_dim1(x_enc)
|
| 639 |
|