deep-person-reid
deep-person-reid copied to clipboard
Couldn't open shared file mapping: <torch_12372_2591263215>, error code: <1455>
训练完成后,出现如下警报 => Final test最终试验
Evaluating market1501 (source)
Extracting features from query set ...
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
Done, obtained 3368-by-512 matrix
Extracting features from gallery set ...
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
H:\Code in the paper\deep-person-reid-master\torchreid\metrics\rank.py:12: UserWarning: Cython evaluation (very fast so highly recommended) is unavailable, now use python evaluation.Cython求值(非常快,因此强烈建议)不可用,现在使用python求值。
'Cython evaluation (very fast so highly recommended) is '
Traceback (most recent call last):
File "main.py", line 213, in
it's an error from the pytorch code
a simple google search on "RuntimeError: Couldn't open shared file mapping" should give you useful information https://github.com/pytorch/pytorch/issues/18797 https://github.com/pytorch/pytorch/issues/31874
感谢您在百忙之中的回复,您发的两个链接,我详细看了,可能是因为我水平有限,没怎么看懂这上面的解决方法。您能稍微详细的指点一下,怎么解决吗