Coder Social home page Coder Social logo

Comments (7)

titu1994 avatar titu1994 commented on July 29, 2024

ResNeXt is not supported by Keras or Tensorflow. Therefore there are no weights.

from keras-resnext.

John1231983 avatar John1231983 commented on July 29, 2024

Hi. Because keras does not support group convolution yet. So how did you solve with it in resnext? Does it loss some performance without using it?

from keras-resnext.

titu1994 avatar titu1994 commented on July 29, 2024

I used lambda layers to slice off filters and word on them separately and then concatenated that. However, this is a low and mostly wrong implementation with none of the speed benefits of grouped convolutions.

from keras-resnext.

John1231983 avatar John1231983 commented on July 29, 2024

I see. So using your way just makes the code run slowly, and it will not affect the accuracy. Am I right?

from keras-resnext.

titu1994 avatar titu1994 commented on July 29, 2024

Theoretically, it may affect accuracy as well. And it's a lot slower, so I recommend not to use it.

There are better models out there such as Dense and SparseNets, SENets and NASNet.

from keras-resnext.

John1231983 avatar John1231983 commented on July 29, 2024

SENets also use ResneXt :(. I am finding the Se-resneXT implementation

from keras-resnext.

titu1994 avatar titu1994 commented on July 29, 2024

The squeeze and excitation mechanism is generic to any architecture. There are se variants to ordinary ResNets, DenseNets, Inception and other types of nets in my repo.

Coincidentally,vi would not advice to use the SE-ResNext in my repo either

from keras-resnext.

Related Issues (20)

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.