You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For P5, I think it should be from block7a_project_activation, before the top activation. This will give (None, 16, 16, 320) instead of (None, 16, 16, 1280) - which can be used in EfficientDet model.
Also, the P3, P4, no hard opinion, but wouldn't it be more better to pick tensor from project_activation layers?
The text was updated successfully, but these errors were encountered:
HI, Could you please try this in Keras Hub package, for all the pyramid level type of models we have a FeaturePyramid task for these backbones now.
If you still have any question, open a new issue in /keras-hub repo
Current Behavior:
While trying to get P1, P2, P3 from EfficientNet, I got
Expected Behavior:
For P5, I think it should be from
block7a_project_activation
, before the top activation. This will give(None, 16, 16, 320)
instead of(None, 16, 16, 1280)
- which can be used in EfficientDet model.Also, the P3, P4, no hard opinion, but wouldn't it be more better to pick tensor from
project_activation
layers?The text was updated successfully, but these errors were encountered: