Giter Club home page Giter Club logo

Comments (5)

ArtyZe avatar ArtyZe commented on June 19, 2024

do you have the code for compress the yolo-v3 model, as yolo-v3 model with 416&416 need GPU memory 2~3GB, so do you have any suggest for reduce the memory?

you want to reduce the memory used in training or just test process? If you want to reduce it in forward you can commit the calloc function of updates parameters such as l.weight_updates_gpu, l.delta_gpu

another suggest is combine the convolution and batch normalization into one function, you can also save some memory

from yolov3_lite.

zhukkang avatar zhukkang commented on June 19, 2024

can you give some detail explain about the commit calloc function, as i just want reduce in test stage on device, not training

from yolov3_lite.

ArtyZe avatar ArtyZe commented on June 19, 2024

can you give some detail explain about the commit calloc function, as i just want reduce in test stage on device, not training

e-mail: [email protected], send me a

can you give some detail explain about the commit calloc function, as i just want reduce in test stage on device, not training

in the start of program, it will call make_convolutional_layer function, and in this function will calloc gpu memory according to your parameters, but this calloc are not all necessary for test process, so you can commit them :
l.delta_gpu = cuda_make_array(l.delta, l.batchout_hout_w*n);
if you have further question, you can send me an e-mail: [email protected]

from yolov3_lite.

sicarioakki avatar sicarioakki commented on June 19, 2024

@wangnet Where did you find the pruned weights file for YOLO V2?

from yolov3_lite.

AbanoubMamdouh avatar AbanoubMamdouh commented on June 19, 2024

Hello, I am working on a custom dataset using the tiny yolov3 architecture, I already used the AlexeyAB git repo, I got results but I need to embed prunning as well, shall I use the standard cfg file and weights file on your framework? Or there are extra steps I shall take before starting the data training?

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.