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
I was trying to reproduce the result in paper "Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective" using your pytorch code, but I'm having some trouble in running the program.
The program needs "market_88_test.pkl" as input data for re-ranking process, but I don't understand how to generate it properly.
Could you give some advices on how to use this code?
Thank you and best regards.
The text was updated successfully, but these errors were encountered:
Update:
I have found how the program works, but when I applied on University-1652 dataset, it returned CUDA out of memory error:
RuntimeError: CUDA out of memory. Tried to allocate 10.10 GiB (GPU 0; 11.91 GiB total capacity; 10.22 GiB already allocated; 667.00 MiB free; 10.31 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
It seems like the reranking process took too much memory.
Have you ever met this problem before? Could you give some advices to deal with this problem?
Thank you and best regards.
Hello @layumi , thank you for your work
I was trying to reproduce the result in paper "Understanding Image Retrieval Re-Ranking: A Graph Neural Network Perspective" using your pytorch code, but I'm having some trouble in running the program.
The program needs "market_88_test.pkl" as input data for re-ranking process, but I don't understand how to generate it properly.
Could you give some advices on how to use this code?
Thank you and best regards.
The text was updated successfully, but these errors were encountered: