Update modeling_super_linear.py
Browse files- 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:
|