Giter Site home page Giter Site logo

impl-pruning-caffemodel's People

Contributors

hyeji-kim avatar younghwanoh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

impl-pruning-caffemodel's Issues

Can't prune more than 3 layers.

I changed the source code to include more layers in the ratio array, but only 3 layers are being altered. How do you prune more layers?

ValueError

Hello, when I am running proto.py bvlc_alexnet.caffemodel output_pruned.caffemodel encounter the following mistakes, what is the reason and how to solver the problem, thanks
dl@dl:~/home/impl-pruning-caffemodel-master$ python proto.py bvlc_alexnet.caffemodel output_pruned.caffemodel
layer name: fc8
width: 4096
height: 1000
pruning off 75.0 % of this layer

Traceback (most recent call last):
File "proto.py", line 51, in
i.blobs[0].data.extend(temp)
File "/usr/lib/python2.7/dist-packages/google/protobuf/internal/containers.py", line 125, in extend
if not elem_seq:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

using pycaffe.py to prune the alexnet model, but no performance improved

I downloaded the alexnet from: https://github.com/BVLC/caffe/tree/master/models/bvlc_alexnet

Using the pycaffe.py to prune this net:
python pycaffe.py deploy.prototxt bvlc_alexnet.caffemodel alexnet_pruned.caffemodel

Then I use the alexnet_pruned.caffemodel for predicting the image using caffe python:

t_start = time.time()                                                                                                                                                       
output = net.forward()                                                                                                                                                      
t_stop = time.time()                                                                                                                                                        
duration = t_stop - t_start  #performance

I have tested in both CPU and GPU mode(caffe.set_mode_cpu() & caffe.set_mode_gpu() ), the performance seems the same.

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.