-
Notifications
You must be signed in to change notification settings - Fork 903
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
Uncaught Error: error in conv2dDerInput: depth of input (64) must match input depth for filter32 #281
Comments
Hi @calvinlcchen. Do you mind sharing some example code that illustrates this issue? Would be happy to try to get a better understanding of your question/suggestion! |
Hi Bomani,
I had wrote down the adjustment in my project in github, you can refer to
https://github.com/acerwebai/VangoghCrazyWorld-Web
Regards,
Calvin
Bomani Oseni McClendon <[email protected]> 於 2020年9月17日 週四 上午5:20寫道:
… Hi @calvinlcchen <https://github.com/calvinlcchen>. Do you mind sharing
some example code that illustrates this issue? Would be happy to try to get
a better understanding of your question/suggestion!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#281 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFIFPHXIAELY7QWQOSLLFLSGET2LANCNFSM4GXV4V4Q>
.
--
Calvin Chen
|
This is an old issue but it's a very interesting feature request as I know that the There will definitely be issues if the numbers that are in the code don't match up with the shape of your weights variables. This seems like it is something that should be fixable on our end. The I introduced a utility that can infer the |
Nature of issue?
Details about the Bug:
To improve the inference performance and support larger input image for style transfer, I try to reduce filter num to 1/4 ,for each layer when training model. ex. initial filter_num to 16 from 32 for 1st conv2d_layer.
Convert to variables, it can't be inferenced sucessfully. it show the error as subject.
Web browser and version: (e.g. Firefox version 65, Chrome version 71.0)
Chrome version 72.0
Operating System: (e.g. MacOS, Windows, Ubuntu)
Windows 10
New feature details:
The text was updated successfully, but these errors were encountered: