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
hi,
i have been working with your code and it is very good explained. Thanks for that.
I have one question regarding the size of w3 and w4. Why are they as 128,800 and 10,128 defined?
f1, f2, w3, w4 = (num_filt1 ,img_depth,f,f), (num_filt2 ,num_filt1,f,f), (128,800), (10, 128)
i do not fully understanding what determines the size of these two. Could you shortly explain it please?
thanks in advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
i have been working with your code and it is very good explained. Thanks for that.
I have one question regarding the size of w3 and w4. Why are they as 128,800 and 10,128 defined?
f1, f2, w3, w4 = (num_filt1 ,img_depth,f,f), (num_filt2 ,num_filt1,f,f), (128,800), (10, 128)
i do not fully understanding what determines the size of these two. Could you shortly explain it please?
thanks in advance
The text was updated successfully, but these errors were encountered: