kervolution icon indicating copy to clipboard operation
kervolution copied to clipboard

Kervolution Library in PyTorch (CVPR 2019 Oral)

Results 4 kervolution issues
Sort by recently updated
recently updated
newest added

This is an issue concerning the architectural arrangement. In deeper layers, for example, in Resnet18, changing all convolutional layers to kervolutional layers (with degree 3), the network gives a NaN...

Hi, If you try to use kervolution without bias, it does not work if you set bias=False. The reason is in line 85 in kervolution.py in function Kerv2d: if self.bias...

Hi. I am working on 3D images. I want to implement kerv3d similar to 3D CNN. Can you please provide the kerv3d layer in your repository. How can we extend...

Hi. I am working on 3D images. I want to implement kerv3d similar to 3D CNN. Can you please provide the kerv3d layer in your repository. How can we extend...