NVlabs / pacnet

Pixel-Adaptive Convolutional Neural Networks (CVPR '19)
https://suhangpro.github.io/pac/
Other
511 stars 79 forks source link

Is pac allow groups argument? #1

Closed yiyunchen closed 5 years ago

yiyunchen commented 5 years ago

"It accepts all standard nn.Conv2d arguments (e.g. kernel_size, stride, padding, dilation), and we make sure that when the same arguments are used", is groups is allow to use?

Thank you!

suhangpro commented 5 years ago

Sorry for the inaccurate description. groups is not supported. We've made changes to the README accordingly.