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
Thanks for your inspiring work on dynamic convolution. I am interested in this exciting work and try to test the efficiency of dynconv. I run the test code for pose estimation and met a exception: No such file or directory: '$mpii_root/annot/valid.json'.
I wonder how can I get this file.
BTW, when I set the stride = 2 for conv3x3_dw. I often crashed with 'THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1565272279342/work/aten/src/THC/THCCachingHostAllocator.cpp line=296 error=77 : an illegal memory access was encountered'. Could you help me debug those issues? Thanks in advance.
Pengyu Zhang.
The text was updated successfully, but these errors were encountered:
I downloaded the dataset via http://human-pose.mpi-inf.mpg.de/#download, and the extension of annotation file is '.mat'. Could you point out the relative path of 'valid.json'
Since I did not test on pose estimation task, I just borrow the raw code and I check the stride is the same as conv layer.
I will appreciate if you can provide some ideas on how to debug it. Thanks in advance.
I found that the error stems from the cupy code 'masked_conv' and it does not always appear. It seems strange. I have no idea for debugging it. Have you met this issue?
Thanks for your inspiring work on dynamic convolution. I am interested in this exciting work and try to test the efficiency of dynconv. I run the test code for pose estimation and met a exception: No such file or directory: '$mpii_root/annot/valid.json'.
I wonder how can I get this file.
BTW, when I set the stride = 2 for conv3x3_dw. I often crashed with 'THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1565272279342/work/aten/src/THC/THCCachingHostAllocator.cpp line=296 error=77 : an illegal memory access was encountered'. Could you help me debug those issues? Thanks in advance.
Pengyu Zhang.
The text was updated successfully, but these errors were encountered: