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
外生变量的编码: self.ex_embedding = DataEmbedding_inverted(configs.seq_len, configs.d_model, configs.embed, configs.freq, configs.dropout) 在代码中表达的就是,外生变量就是内生变量和内生变量的时间的cat拼接 但是大模型的回答是不能同时既当内生变量又当外生变量 不太理解 求解答 谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
外生变量的编码:
self.ex_embedding = DataEmbedding_inverted(configs.seq_len, configs.d_model, configs.embed, configs.freq,
configs.dropout)
在代码中表达的就是,外生变量就是内生变量和内生变量的时间的cat拼接
但是大模型的回答是不能同时既当内生变量又当外生变量
不太理解 求解答 谢谢
The text was updated successfully, but these errors were encountered: