Shachaf Zohar
Results
2
issues of
Shachaf Zohar
Ubuntu 20.04 Hi, I'm running: ``` ./sec-tools/sec-tools setup && source ~/.bashrc ``` and getting the following output: ``` Reading package lists... Done Building dependency tree Reading state information... Done Note,...
I've looked at the code and in layers/convolution.py line 156: ``` dA[i, :, :, :] = da_pad[pad_h: -pad_h, pad_w: -pad_w, :] ``` If you use 'valid' padding then pad_w and...