Where in learn.model are the kernels/filters

Hi,

Where can I find the convolution kernels/filters in learn.model? For example, the first layer of resnet34 is a Conv2d layer with a 7x7 kernel/filter – which variable in learn.model is it stored?

Thanks :slight_smile: