Commit 7bfc9422 authored by Paul's avatar Paul
Browse files

Remove asym default padding

parent 60525d2a
......@@ -20,7 +20,7 @@ namespace op {
struct convolution
{
std::vector<std::size_t> padding = {0, 0, 0, 0};
std::vector<std::size_t> padding = {0, 0};
std::vector<std::size_t> stride = {1, 1};
std::vector<std::size_t> dilation = {1, 1};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment