razmars commited on
Commit
956cd48
·
verified ·
1 Parent(s): 71878ee

Update modeling_super_linear.py

Browse files
Files changed (1) hide show
  1. 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