MobileOne-PyTorch icon indicating copy to clipboard operation
MobileOne-PyTorch copied to clipboard

Questions about Multiple Inputs?

Open zjh908491372 opened this issue 2 years ago • 0 comments

How do multiple inputs reparametrize, because the reparametrize function returns nn.Sequential, my multiple inputs are input between different layers, for example two inputs in the first layer and two inputs in the nth layer The only thing I can think of at present is to build a model after reparametrize according to the trained model, and then read the parameters of the reparametrize model after training. Is there a better way ?

zjh908491372 avatar Nov 18 '22 07:11 zjh908491372