facebookresearch / SparseConvNet

Submanifold sparse convolutional networks
https://github.com/facebookresearch/SparseConvNet
Other
2.06k stars 334 forks source link

Is the Transpose Convolutions available? #194

Closed dengyuhk closed 4 years ago

dengyuhk commented 4 years ago

Hi authors, I am reading your work "Unsupervised learning with sparse space-and-time autoencoders". I'm curious about the novel transpose convolution in SparseConvNet, but it seems not finished yet.

btgraham commented 4 years ago

For example see https://github.com/facebookresearch/SparseConvNet/blob/159e5f9a2349c776c422dce9f5b4493519303dc2/sparseconvnet/networkArchitectures.py#L203