-
Notifications
You must be signed in to change notification settings - Fork 41
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
efficientnet with FPN can not be run #13
Comments
with config: BACKBONE:
NAME: "build_efficientnet_fpn_backbone"
EFFICIENTNET:
NAME: "efficientnet_b1"
# OUT_FEATURES: ["stride8", "stride16", "stride32"] # fpn produce 4 levels, only using 3 for now
OUT_FEATURES: ["stride4", "stride8", "stride16", "stride32"]
FPN:
# IN_FEATURES: ["stride8", "stride16", "stride32"]
IN_FEATURES: ["stride4", "stride8", "stride16", "stride32"]
OUT_CHANNELS: 64
REPEAT: 3 |
Hi @jinfagang, Have you solved the issue? I'm facing the same problem. Thanks! |
Same here. Any solutions? |
我也遇到了,请问解决了吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
efficient output shape are:
this is impossible to run on FPN......
The text was updated successfully, but these errors were encountered: