ValueError: too many values to unpack (expected 3)
Hello, I am using PyTorch1.1+Python3.6. I have no problem with train and val on my own data set, but test.py reports an error:
=> loading model from /model/........./final_state.pth ...... => loading aux_head.3.bias from pretrained model
0% 0/2129 [00:00<?, ?it/s]
0% 0/2129 [00:00<?, ?it/s]
Traceback (most recent call last):
File "tools/test.py", line 143, in
I have the same problem, any suggestions?