Using Cadene models with fastai

Hi,

I want to try using some of the state-of-the-art models that aren’t in torchvision.models like resnext, seresnext etc. I found the following implementation for the previous version of fastai : https://github.com/TheShadow29/FAI-notes/blob/master/notebooks/Using-Pretrained-Pytorch-Models.ipynb

Is there any sample code for using these models with fastai’s latest version ?

Thanks !

Yes, did you try the search bar with “cadene”?