Giter Club home page Giter Club logo

Comments (2)

ArtyZe avatar ArtyZe commented on July 18, 2024

@abhigoku10
hello,

  1. I used some method like: prune weights < threshold; give every 3*3 weights a mask, and skip the compute when mask ==0; use L1 regula to delete some feature maps in cfg file; use openmp to realize threads compute in cpu
  2. because the pruned weights is also float 32, so weights file is same big as before, but you can use hoffman convert to compress weights file
  3. natuerlich, in convolutional.c files, the author has some functions to plot the weights map, you can find them :)

from yolov3_lite.

abhigoku10 avatar abhigoku10 commented on July 18, 2024

@ArtyZe thanks for response ,

  1. thanks , openmp shall be used onlyin the case of cpu
  2. since the weight size before and after pruning are the same but the performance(fps) is improved right??have you used huffman to compress the weights

3.thanks for the pointers

4.after performing pruning did you re-train the model i.e iterative pruning and training , if so what is the loss value and iteration u have reached
Thanks in advance

from yolov3_lite.

Related Issues (10)

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.