• Yuwen Xiong's avatar
    Fix shape error for deform conv (#2027) · 7ee5a8b7
    Yuwen Xiong authored
    * fix shape error for deform conv gpu op
    
    recover shape of columns for next iteration in for loops, previous version will cause error when batch_sz / n_parallel_imgs > 1
    
    * fix shape error for deform conv cpu op
    
    recover shape of columns for next iteration in for loops, previous version will cause error when batch_sz / n_parallel_imgs > 1
    7ee5a8b7
DeformConv_cpu.cpp 30.3 KB