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
在复现代码时 找不到关于图卷积层中参数A的定义 请问这个A指的是什么呢: class TCN_GCN_unit(nn.Module): def init(self, in_channels, out_channels, A, stride=1, residual=True, adaptive=True, attention=True):
The text was updated successfully, but these errors were encountered:
A对应的是文件graph/ntu_rgb_d.py 的返回值
Sorry, something went wrong.
No branches or pull requests
在复现代码时 找不到关于图卷积层中参数A的定义 请问这个A指的是什么呢:
class TCN_GCN_unit(nn.Module):
def init(self, in_channels, out_channels, A, stride=1, residual=True, adaptive=True, attention=True):
The text was updated successfully, but these errors were encountered: