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

If I take 64 x-channel and 64 y-channel optical flow images as input to motion cnn, should I make the out channel num of conv1_custom bigger? #66

Open
ljmiao opened this issue Sep 11, 2019 · 0 comments

Comments

@ljmiao
Copy link

ljmiao commented Sep 11, 2019

self.conv1_custom = nn.Conv2d(channel, 64, kernel_size=7, stride=2, padding=3, bias=False)
here, input channel will be 128, Will 64 be too small?

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