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

Why do you define W_1 as a convolutional layer? #5

Open
GiilDe opened this issue May 5, 2020 · 2 comments
Open

Why do you define W_1 as a convolutional layer? #5

GiilDe opened this issue May 5, 2020 · 2 comments

Comments

@GiilDe
Copy link

GiilDe commented May 5, 2020

self.context_linear = nn.Conv1d(input_dim, hidden_dim, 1, 1)

In this line you define W_1 as a convolutional layer whereas in the paper it seems like they mean it to be a Linear layer. Why do you define it like that?

image

@bluesquinn777
Copy link

@johnnylili
Copy link

Have you trained this pointer network? What accuracy can you achieve on the test set?

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

3 participants