Skip to content

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

@GiilDe

Description

@GiilDe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions