Numpy-Atrous-Transposed-CNN icon indicating copy to clipboard operation
Numpy-Atrous-Transposed-CNN copied to clipboard

A Numpy implementation of the dilated/atrous CNNs proposed by Yu et al. as well as transposed convolutions.

Results 1 Numpy-Atrous-Transposed-CNN issues
Sort by recently updated
recently updated
newest added

I've implemented the forward pass of the max pooling, but I wasn't able to use the index to perform the backward pass, your version, uses the img_to_row tricks, but I...