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
Hello,
I think you miss one checkpoint given that endpoints['reduction_5'] is the head of the network but not the last layer of the backbone. This may be problematic if we use you implementation of EfficientNet as backbone of EfficientDet.
In this PR, I let the checkpoint of the head (endpoints['reduction_6']) but changed endpoints['reduction_5'] accordingly.
If I'm wrong let me know.
Regards,
Renaud
0 commit comments