GrouPy icon indicating copy to clipboard operation
GrouPy copied to clipboard

Group Equivariant Convolutional Neural Networks

Results 16 GrouPy issues
Sort by recently updated
recently updated
newest added

Hey Dr.Cohen, Thank you for your creative work in group convolutions.I get some trouble when I install Groupy according to README.md. After installing chainer with cupy and tensorflow-gpu, I run...

Hi Dr. Cohen - thanks so much for providing the GrouPy and gconv_experiments repos. I was wondering about the correct way to implement a coset max-pool on the output of...

Comment says "only NCHW supported" but error says the opposite in the tensorflow implementation.

Grouped equivariant CNNs are just one example of fully steerable CNNs - is this framework easily extensible to continuous fully steerable CNN representations? (we met at ICLR a month ago...

Hey Dr.Cohen, Thank you for your amazing work in group convolutions/steerable convolutions. I was wondering if these gconvs can directly replace the 2d convs in models like AlexNet or GoogleNet?...

Hello @tscohen I'm trying to use the tensorflow API in your GrouPy lib. And I faced some problem. Then I find in GrouPy/groupy/gconv/tensorflow_gconv/splitgconv2d.py that the axes of returned tensor are...