Giter Club home page Giter Club logo

linearconv's People

Contributors

kkahatapitiya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

linearconv's Issues

Linear operations Flops calculations

First, thank you for putting such clear and concise work at our disposal. I have a question concerning the FLOPs' calculation of the LinearConv layer

Looking at the linear operations' calculation, I see to get the total addition, you subtracted the total multiplications by one. Why did you do that? If each output filters were just a linear combination of alpha*(number of filters), is the number of multiplication not supposed to be the same as the number of additions?

LinearConv/linearconv.py

Lines 67 to 68 in 2cd9945

total_mul = m.filters//m.times
total_add = total_mul - 1

Regularization on xCNN

Hi,

I have tried to run your code and train a model of mine with it. But I stumble upon the increase in loss when I added the regularization correction on the xCNN weights.
Applying that to the low-rank version of your layer I get an huge increase. Have you ever found something like that as well? Or is this correction only meant for the vanilla implementation?

Greetings,
Seb

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.