-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
周期选择和变2D时的length设定 #7
Comments
您好,感谢关注! |
非常感谢!我的疑问已被解决。 |
exp = Exp(args) # set experiments Cell In[20], line 1 File G:\博士课题组\代码\Time-Series-Library-main\Time-Series-Library-main\exp\exp_classification.py:18 in init File G:\博士课题组\代码\Time-Series-Library-main\Time-Series-Library-main\exp\exp_basic.py:31 in init File G:\博士课题组\代码\Time-Series-Library-main\Time-Series-Library-main\exp\exp_classification.py:24 in _build_model AttributeError: 'Dataset_ETT_minute' object has no attribute 'max_seq_len' |
作者您好,非常感谢您做的扎实、具有启发性的工作。
我在学习您文章和代码时,遇到了如下问题,希望您能帮忙解惑:
Q1: 在FFT_for_Period中,有一步 frequency_list[0] = 0,请问这边赋值为0的目的/好处是什么?
Q2: 在1D变2D时,涉及到了 length = (((self.seq_len + self.pred_len) // period) + 1) * period,我不是很明白这边为什么要把self.pred_len也加入进去?
期待回复,谢谢!
The text was updated successfully, but these errors were encountered: