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

One mistake in class MultiLayerPerceptron(torch.nn.Module) in layers.py #24

Closed
BrandonCXY opened this issue Jul 31, 2020 · 1 comment
Closed

Comments

@BrandonCXY
Copy link

你好,你对于Class MultiLayerPerceptron里的forward function中的x的注释错误
原注释::param x: Float tensor of size (batch_size, num_fields, embed_dim)
应改为: :param x: Float tensor of size (batch_size, embed_dim)

@rixwew
Copy link
Owner

rixwew commented Aug 3, 2020

Thank you! I fixed it.

@rixwew rixwew closed this as completed Aug 3, 2020
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

2 participants