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

A tiny problem in the comment at I3D_Pytorch.py? #4

Open
TianxingWu opened this issue Oct 31, 2021 · 0 comments
Open

A tiny problem in the comment at I3D_Pytorch.py? #4

TianxingWu opened this issue Oct 31, 2021 · 0 comments

Comments

@TianxingWu
Copy link

In model/I3D_Pytorch.py line 302 to line 304:

     nn.AvgPool3d(kernel_size=(2, 7, 7), stride=1),# (1024, 8, 1, 1)
     nn.Dropout3d(dropout_drop_prob),
     nn.Conv3d(1024, num_classes, kernel_size=1, stride=1, bias=True),# (400, 8, 1, 1)

it seems like the dimensions wrote in the comment should be (1024, 7, 1, 1) and (400, 7, 1, 1) since there's no padding :)

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

1 participant