toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 306 forks source link

2 from_pretrained methods with different signatures #104

Open Cyril9227 opened 4 years ago

Cyril9227 commented 4 years ago

In the file models/efficientnets.py there is two from_pretrained() methods, is it normal ? Whats the point ?