TransUNet
TransUNet copied to clipboard
load_state_dict() vs. load_from()
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 ?