• Alexander Matyasko's avatar
    Add checks for pooling parameters · 85022b36
    Alexander Matyasko 提交于
    1) Check that ws, stride and pad are int
    2) Check that padding is zero when ignore border is false (not
    supported)
    3) Check that window shape is less than pad (not supported)
    85022b36
pool.py 8.9 KB