Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问--win_len有用到吗,我在SegRNN.py发现是直接用了seg_len,没有用到win_len #22

Open
zoropor02 opened this issue Dec 20, 2024 · 1 comment

Comments

@zoropor02
Copy link

parser.add_argument('--seg_len', type=int, default=48, help='segment length')
parser.add_argument('--win_len', type=int, default=48, help='windows length')
我看win_len只在这出现了,没有在别的地方用到,请问如果有用到他的作用是什么,是类似于PatchTST里面的stride吗

@lss-1138
Copy link
Owner

你好,win_len这个没有用上,忽略即可。

设计初期,是考虑用win_len将输出窗口分段,seg_len将输入窗口分段。不过后面发现,两者长度设置为一样已经是最优了,所以为了统一只用了seg_len。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants