We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
135行代码: sequence_time = sequence_time[self.observation:] 是不是错了我的理解应该是这样的才对 sequence_time = sequence_time[-self.observation:] 这样才是按照observation抽取了需要的时间样本数
The text was updated successfully, but these errors were encountered:
Hello @riverklause , thank you for submitting an issue! 👍 We highly appreciate it if you work on it as well.
Sorry, something went wrong.
sorry,是我理解错误,关闭这个issue吧
No branches or pull requests
135行代码:
sequence_time = sequence_time[self.observation:]
是不是错了我的理解应该是这样的才对
sequence_time = sequence_time[-self.observation:]
这样才是按照observation抽取了需要的时间样本数
The text was updated successfully, but these errors were encountered: