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
您好!在文章中预训练模型用于处理多变量单通道的数据(8,2016,196,1),现在我想处理多变量多通道的数据(8,2016,14,14),不知道这个想法是否可行?如果按照原来代码运行一个batch(8,2016,14,14)时,最终得到重建的数据也只保留了14个变量的数据,不能得到完整的14个变量的多维度数据,这里时需要我进行数据变换修改嘛?
The text was updated successfully, but these errors were encountered:
应该是可以的,可以转置一下然后添加个conv卷积层,指定通道数,得到想要的输出维度
Sorry, something went wrong.
你好,是说应该将n和c转置后,再用卷积指定通道数?
是的 我的想法是这样
No branches or pull requests
您好!在文章中预训练模型用于处理多变量单通道的数据(8,2016,196,1),现在我想处理多变量多通道的数据(8,2016,14,14),不知道这个想法是否可行?如果按照原来代码运行一个batch(8,2016,14,14)时,最终得到重建的数据也只保留了14个变量的数据,不能得到完整的14个变量的多维度数据,这里时需要我进行数据变换修改嘛?
The text was updated successfully, but these errors were encountered: