How to change ReLu(inplace = True) to ReLu(inplace = False) in torch.models?

I would like to retrain models from torch.models, but they have inplace operation included. How can I change it to False?

Ok, I simply imported code from pytorch.models into new class and changed it there