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
Describe the bug
A clear and concise description of what the bug is.
I construct a dataset with size 50000*6(feat_dim)*48(context length), finetune meeting the following error: To Reproduce
Please provide a code snippet of a minimal reproducible example for the error.
The length of each training sample is required to be longer than min_time_patches (2). Here the patch size range is (32, 33), which indicates the training sample should be longer than 64. Your data (48 length) does not satisfy this constraints.
One quick fix is to modify the DEFAULT_RANGES in patch.py to "H": (1, 64),
Describe the bug
A clear and concise description of what the bug is.
I construct a dataset with size 50000*6(feat_dim)*48(context length), finetune meeting the following error:
To Reproduce
Please provide a code snippet of a minimal reproducible example for the error.
Expected behavior
A clear and concise description of what you expected to happen.
Error message or code output
Paste the complete error message, including stack trace, or the undesired output that the above snippet produces.
Environment
The text was updated successfully, but these errors were encountered: