oarriaga/paz

EfficientDet models are unable to load None weights

oarriaga opened this issue · 1 comments

This fails:

model = EFFICIENTDETD2(base_weights=None, head_weights=None)

This was fixed here #294