We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I must use conv kernel 3x3 with stride 2, pooling kernel 2x2 with stride 2. But, xxxxLayerMaker without stride option. So, how to setup? :)
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I believe that stride 1 is the default? … On Wed, Jul 22, 2020, 05:32 Willem Chen @.***> wrote: I must use conv kernel 3x3 with stride 1 So how to setup? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#153>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA6FKEPIW5OEEHXNBZTEETR42WZPANCNFSM4PEQOY2A .
yeah, but I want to set stride 2. I use net->print(), then it show conv layer skip=0. I cannot find the variable. :)
No branches or pull requests
I must use conv kernel 3x3 with stride 2, pooling kernel 2x2 with stride 2.
But, xxxxLayerMaker without stride option.
So, how to setup?
:)
The text was updated successfully, but these errors were encountered: