blur-pool-keras icon indicating copy to clipboard operation
blur-pool-keras copied to clipboard

Keras implementation of BlurPool layers described in "Making Convolutional Networks Shift-Invariant Again" (Zhang)

Results 3 blur-pool-keras issues
Sort by recently updated
recently updated
newest added

Hi @csvance, Adding this license would allow others to use your code and give you credit. I just chose BSD-3 but I guess any OSI license would do the trick....

It seems like `compute_output_shape` assumes that the pooling size is always 2, so the output shape is incorrect with other pooling sizes.