razmars commited on
Commit
9f66712
·
verified ·
1 Parent(s): 55de9d0

Update modeling_super_linear.py

Browse files
Files changed (1) hide show
  1. modeling_super_linear.py +1 -1
modeling_super_linear.py CHANGED
@@ -216,7 +216,7 @@ class RLinear(nn.Module):
216
  x_shape = x.shape
217
  if x.shape[1] < self.seq_len:
218
  if self.zero_shot_Linear is None:
219
- print(F"new Lookkback : {x.shape[1]}")
220
  self.transform_model(x.shape[1])
221
 
222
  if len(x_shape) == 2:
 
216
  x_shape = x.shape
217
  if x.shape[1] < self.seq_len:
218
  if self.zero_shot_Linear is None:
219
+ #print(F"new Lookkback : {x.shape[1]}")
220
  self.transform_model(x.shape[1])
221
 
222
  if len(x_shape) == 2: