• WangJiaZhen's avatar
    [Fix] Fix deform conv by adding an extra argument im2col_step (#1459) · e3c63f34
    WangJiaZhen authored
    * [Fix] fix deform conv by add argument
    
    * [Fix] replace useless func with np.repeat and add necessary comment
    
    * [Fix] reduce batch_size and remove useless lines and modify some var name
    
    * [Fix] change position of comments
    
    * [Fix] add im2col_step in the docstring and add two test cases
    
    * [Fix] fix docstring and add comments for test cases
    
    * [Fix] fix docstring
    
    * [Fix] add note, fix issue link and other details
    
    * [Fix] fix docstring details
    
    * [Fix] fix links in docstring
    
    * [Fix] fix docstring details
    e3c63f34
test_deform_conv.py 8.15 KB