You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the same issue as you. I filtered the illegal key of the pt_dict by modifying the line 87 of train.py if str(var) in tf_names:
to if str(var) in tf_names and tf2pt[str(var)] in pt_dict.keys():
KeyError: 'reduction_0.2.weight'
The text was updated successfully, but these errors were encountered: