Computer vision, ResNet, Sharing weights

Hi,

I wanna create a model that takes 3 inputs and each input will pass through a resnet. How to share weights between the 3 resnets?

I might misunderstand the question, but wouldn’t passing all 3 inputs to a single model work?

No the 3 inputs are images of 3 different magnifications so I want each input to be processed by one ResNet and all these resnets share the weights.