Giter Club home page Giter Club logo

kervolution's People

Contributors

wang-chen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kervolution's Issues

Convergence

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 loss which suggests explosion. How do you arrange the architecture to give good results

unfold is much slow

Hi, I find the nn.unfold is much slow in pytorch. And your implementation is based on nn.unfold. I want to know if you have any tricks to speed up it ?

Excessive GPU memory consumption.

Hi,
I got much insight from your amazing work.
But it cost too much memory because the operator F.unflod.
It will almost consume 9 times memory if the kernel size is (3, 3).
Is there any way that implements KERV with little memory consumption?

Kerv3d implementation for 3D input

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 your method for three-dimensional data?

Setting bias to False do not work, you still have the biases

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 is not None:
output += self.bias.view(self.out_channels, -1)

So you need to set bias=None to not have bias

The same is true for the function Kerv1d

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.