razmars commited on
Commit
d78c6b4
·
verified ·
1 Parent(s): a623e9c

Update modeling_super_linear.py

Browse files
Files changed (1) hide show
  1. modeling_super_linear.py +1 -1
modeling_super_linear.py CHANGED
@@ -248,7 +248,7 @@ class RLinear(nn.Module):
248
  if x.shape[1] < self.seq_len:
249
  #if self.zero_shot_Linear is None:
250
  #print(F"new Lookkback : {x.shape[1]}")
251
- self.transform_model(x.shape[1],2)
252
 
253
  x = x.clone()
254
  #x = x * (x.shape[1]/512)
 
248
  if x.shape[1] < self.seq_len:
249
  #if self.zero_shot_Linear is None:
250
  #print(F"new Lookkback : {x.shape[1]}")
251
+ self.transform_model(x.shape[1],3)
252
 
253
  x = x.clone()
254
  #x = x * (x.shape[1]/512)