Git Product home page Git Product logo

Comments (3)

lmxyy avatar lmxyy commented on July 17, 2024

For the first question, you could use the latency on your platform instead of computation as the criterion of the sub-network searching. You could refer to our searching code and latency code for more details.

I do not quite understand your second question, could you elaborate more on that?

from gan-compression.

zl-hw avatar zl-hw commented on July 17, 2024

Sorry, I did not describe the problem clearly, let me re-clarify the two problems:
For problem1: Different hardware platforms have different preferred ops, but the parent network structure of once for all is fixed, and the ops inside are fixed, and type selection is not supported. For example, when doing upsampling, on some platform deconv is more efficient than others, but on other platform depth2space is more efficient than others. In this case, how to search for network structures that are best to different hardware platforms?
For problem2: In the camera pipeline, different hardware platforms have different input data due to different sensors. Each hardware platform has corresponding training data to train the corresponding platform model. In this case, if once for all is used, what data should be used to train once for all, and then the subnet from this supernet can be used on different hardware platforms?

from gan-compression.

MuyangLi-Dawnlight avatar MuyangLi-Dawnlight commented on July 17, 2024

For the first question, currently our searching space only supports different channels. You could select the best performed one one according to the latency on your specified device. If you need to expand the searching space to support different modules or ops, you could refer to ProxylessNAS.

from gan-compression.

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.