TransUNet icon indicating copy to clipboard operation
TransUNet copied to clipboard

load_state_dict() vs. load_from()

Open Yussef93 opened this issue 3 years ago • 0 comments

Hi All, Is there difference in performance consistency between loading saved pretrained weights using PyTorch load_state_dict() and using your defined function of load_from ?

Yussef93 avatar Jun 02 '22 13:06 Yussef93