Fangbin Wan

Results 5 comments of Fangbin Wan

https://github.com/Cysu/open-reid I think this is a better code for new learners of person reid.

Thank you for your kindly reply, it really helps me understand more about the code. But why do you use distmat.neg( ).topk(2) as the final result, instead of distmat.topk(2)? Do...

Sincerely appreciate for your reply. Get it!

my_lib_kernel.o is the output of the comment "os.system("cd src;nvcc my_lib_kernel.cu -c -o my_lib_kernel.o -x cu -Xcompiler -fPIC -arch=sm_52")" in build.py. You can actually try to run this comment first.

I finally solved this problem by downgrading pytorch version to 0.4.0 and using ubuntu version 16.04.