|
|
|
|
|
by sillysaurusx
2338 days ago
|
|
I wrote code to repeat the wpe variable N times along the context axis during model load time. Specifically, the code checks whether the model's shape is greater than the shape from the snapshot on disk. If so, it repeats the shape from the snapshot on disk N times to fill the expected greater shape. At that point, you can just set context window to a larger value, then train. |
|