Which kernel is used in PyTorch CNN?

Which kernel is used in a Convolutional layer by default in pytorch?

The kernels used by default in Pytorch use the He initialisation from this paper:
Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification

1 Like

Okay, thank you for providing the link, appreciated.

please explain more, more specifid