btgraham / SparseConvNet-archived

Spatially-sparse convolutional networks. Allows processing of sparse 2, 3 and 4 dimensional data.Build CNNs on the square/cubic/hypercubic or triangular/tetrahedral/hyper-tetrahedral lattices.
https://github.com/btgraham/SparseConvNet/wiki
405 stars 122 forks source link

Correction #12

Open architSrivastav opened 3 years ago

architSrivastav commented 3 years ago

Preprocessed image was being multiplied with a numpy array of zeros. It rendered it all black.