Skip to content

Question about input to ASU #6

@liamkl

Description

@liamkl

Hi team,

I'm trying to understand your code. In this line below it looks like you are feeding a 4D tensor of shape [batch, feature, stocks, length] to a Conv1D layer:

x = self.bn_start(self.start_conv(x))

Am I misunderstanding something? Otherwise, wouldn't this raise an error? as Conv1D is expecting a 3D tensor of shape [batch, num_channels, length]. I appreciate any insight you can give. Thanks!

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