• Gijs van Tulder's avatar
    Fix abstractconv_grad dilation and enable border_mode tests. · e1ae89f5
    Gijs van Tulder 提交于
    This fixes a typo in bbc749ab, which would give problems with
    non-symmetric filter dilations for border_modes full or half. (This
    error was only visible in the debug mode.)
    
    This commit also fixes the test, which previously would not actually
    test different border_modes, but would always use the same default.
    
    Finally, this commit adds border_mode = "half" to the tests.
    e1ae89f5
abstract_conv.py 49.3 KB