Can I use a custom network in fastai?

I want to use se_resnet, what should I do?:slightly_smiling_face:

SEResNet is part of Cadene pretrained models which can be used in fastai

thank you very much

Using se_resnet in fastai is very slow, do you know how to solve it?

I am going to need more details to be able to help you.


It takes a long time to find the learning rate by using se_resnet.Is this related to my data set?

what is your batch size and your gpu?

My batch size is 64 and runs on the kaggle kernel

Is the GPU enabled though? It is not by default and you have to turn it on.

I have turned on the GPU to run