Skip to content

Wrong construction of the first conv layer in R2Plus1D_model.py #62

@Taylor-X76

Description

@Taylor-X76

In R2Plus1D_model.py, line 200:

self.conv1 = SpatioTemporalConv(3, 64, (1, 7, 7), stride=(1, 2, 2), padding=(0, 3, 3), first_conv=True)

It's actually a convolution of 3 * 7 * 7 with padding=(1, 3, 3), not 1 * 7 * 7!

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