How to assign numpy.array to the state_dict and update only part of the filters

Could you please tell me what I should copy manually back? The code in question 1 was wrote acrroding to your advice here, and I think I only change the data of a particular weight while the other parameters are the same still, thus I don’t know what to copy back.