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

errors of pre_node_num in deep_convnet.py #77

Open
Arandinglv opened this issue Oct 24, 2023 · 0 comments
Open

errors of pre_node_num in deep_convnet.py #77

Arandinglv opened this issue Oct 24, 2023 · 0 comments

Comments

@Arandinglv
Copy link

pre_node_num = [1*3*3, 16*3*3, 16*3*3, 32*3*3, 64*3*3, 64*4*4]
the node_num is decided by the fiter_num * feature_map_h * feature_map_w. So I think the the result of node_num from 1*3*3 to 64*3*3 is wrong.

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