Update modeling_super_linear.py
Browse files- modeling_super_linear.py +1 -1
modeling_super_linear.py
CHANGED
|
@@ -235,7 +235,7 @@ class RLinear(nn.Module):
|
|
| 235 |
#if self.zero_shot_Linear is None:
|
| 236 |
#print(F"new Lookkback : {x.shape[1]}")
|
| 237 |
|
| 238 |
-
|
| 239 |
|
| 240 |
x = x.clone()
|
| 241 |
#x = x * (x.shape[1]/512)
|
|
|
|
| 235 |
#if self.zero_shot_Linear is None:
|
| 236 |
#print(F"new Lookkback : {x.shape[1]}")
|
| 237 |
|
| 238 |
+
self.transform_model(x.shape[1],3)
|
| 239 |
|
| 240 |
x = x.clone()
|
| 241 |
#x = x * (x.shape[1]/512)
|