Change the self.inplanes in torchvision resnetmodel

ResNet models from torchvisions are instantiated with self.inplanes = 64. What if I want to instantiate it with 32? How can I do this for let’s say this R18 instantiation: models.resnet18()?