Skip to content
Advertisement

Tag: densenet

Using densenet with fastai

I am trying to train a densenet model using the fast.ai library. I checked the documentation and I managed to make it work for resnet50. However, for densenet, it seems to be unable to find the module. I tried to use arch=models.dn121 as stated by this forum. But I get the same error. Can anyone please help? Here is the

Advertisement