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
Hi, I run your train.py code with the model named "model_best.pt" to train and got the issue
Traceback (most recent call last):
File "G:/shenda/project/juesai/MGN-ReId/train.py", line 251, in <module>
train()
File "G:/shenda/project/juesai/MGN-ReId/train.py", line 166, in train
pt_name_path)
File "G:/shenda/project/juesai/MGN-ReId/train.py", line 97, in restore_model_v2
value = pt_dict[tf2pt[str(var)]].numpy()
KeyError: 'reduction_0.2.weight'
Maybe I dont't have the pre train model, Could you provide the ptr-train model?
thanks!!
The text was updated successfully, but these errors were encountered:
Hi, I run your train.py code with the model named "model_best.pt" to train and got the issue
Traceback (most recent call last):
Maybe I dont't have the pre train model, Could you provide the ptr-train model?
thanks!!
The text was updated successfully, but these errors were encountered: