bentrevett / pytorch-image-classification

Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
MIT License
978 stars 243 forks source link

need more advance model #11

Open cysjtu opened 3 years ago

bentrevett commented 3 years ago

Any suggestions for which models to add?

ABD-01 commented 3 years ago

Any suggestions for which models to add?

Maybe variants of ResNets like ResNeXt, DenseNet, etc. And other models like Xception, MobileNets, etc.

By the way awesome tutorials :fire: , Thanks for sharing. :star2: