when i run the file train_stage3_market.sh,it errors.
Epoch 1 has 10408 labeled samples of 234 ids and 2528 unlabeled samples
Traceback (most recent call last):
File "examples/main.py", line 381, in
The problem is related to clustering. It seems to me that you didn't load the pretrained weights for the identity encoder. Could you check if you saved weights from stage 2 and successfully loaded the weights to stage 3?
Please first check you are working on Pytorch 1.2. Some people said newer Pytorch version might raise a problem, because of the updated syntax.
@Yx1322441675 sorry to bother you, did this approach that said by @chenhao2345 solve your problem at ruuning?