Skip to content
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

你的代码里,输出层这个线性是不是有错误 #10

Open
Apolsus opened this issue Apr 22, 2021 · 0 comments
Open

你的代码里,输出层这个线性是不是有错误 #10

Apolsus opened this issue Apr 22, 2021 · 0 comments

Comments

@Apolsus
Copy link

Apolsus commented Apr 22, 2021

(B, N, C')

data = mx.sym.Activation(
    mx.sym.FullyConnected(
        data,
        flatten=False,
        num_hidden=num_of_filters
    ), 'relu'
)

这里的 num_of_filters 显然不是 C (特征)维度的长度?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant