Ehsan Yaghoubi
Ehsan Yaghoubi
RuntimeError : cuda runtime error(11) : invalid argument at /pytorch/aten/src/THC/THCgeneral.cpp:405
Is anybody find a solution?
Thank you for your reply. I have already written a script for RAP dataset. The same problem is asked in these links but there is no solution for it: https://www.gitmemory.com/issue/KaiyangZhou/deep-person-reid/190/502672175...
When I reordered the IDs from zero, the error disappeared. I changed the above code as follows: ``` import re import os from .bases import BaseImageDataset import mat4py from RAP_script.rap_data_loading...