You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to load a checkpoint for the TimesFM model, I encountered the following error:
The error suggests that for checkpoint versions > 1.0, a train_state_unpadded_shape_dtype_struct parameter is required during checkpoint loading. However, I couldn't find any documentation or examples in the TimesFM repository addressing this issue or demonstrating how to provide this parameter.
Environment
TimesFM version: [1.1.0]
JAX version: [0.4.26]
Flax version: [0.8.2]
Python version: [3.10.12]
Steps to Reproduce
[Provide steps to reproduce the error]
[Include relevant code snippets if possible]
Questions
Is this a known issue with recent versions of TimesFM or its dependencies?
How can I provide the train_state_unpadded_shape_dtype_struct parameter when loading a checkpoint?
Are there any plans to update the documentation or examples to address this new requirement?
If this is related to a change in the underlying libraries (JAX/Flax), are there any compatibility notes or migration guides available?
Additional Context
I've checked the latest documentation and example code in the TimesFM repository but couldn't find any information about this new checkpoint loading requirement. Any guidance on resolving this issue or updating the checkpoint loading process would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Description
When attempting to load a checkpoint for the TimesFM model, I encountered the following error:
The error suggests that for checkpoint versions > 1.0, a
train_state_unpadded_shape_dtype_struct
parameter is required during checkpoint loading. However, I couldn't find any documentation or examples in the TimesFM repository addressing this issue or demonstrating how to provide this parameter.Environment
Steps to Reproduce
Questions
train_state_unpadded_shape_dtype_struct
parameter when loading a checkpoint?Additional Context
I've checked the latest documentation and example code in the TimesFM repository but couldn't find any information about this new checkpoint loading requirement. Any guidance on resolving this issue or updating the checkpoint loading process would be greatly appreciated.
The text was updated successfully, but these errors were encountered: