Closed FrancescoSaverioZuppichini closed 3 years ago
It is convinient to include/exclude some specific block of layers. E.g.
resnet = Resnet.resnet34(in_channels=10, pretrained=True, excluding: lambda m: m.head) # pretrained resnet with a different stem
close by #212
It is convinient to include/exclude some specific block of layers. E.g.