PyTorch Forums
Load model weights into a new created model
ptrblck
May 15, 2020, 4:52am
5
You could iterate the
state_dict
and change the name of these keys as shown
here
.
show post in topic