Code Monkey home page Code Monkey logo

Comments (1)

midasklr avatar midasklr commented on August 23, 2024

Normal training and sparse training are possible, but an error is displayed during pruning. Does the code need to be modified? Please explain in detail how to fix it,THANKS

Traceback` (most recent call last):
File "prune.py", line 790, in
test_prune(opt.data,

File "prune.py", line 451, in test_prune
pruned_model = ModelPruned(maskbndict=maskbndict, cfg=pruned_yaml, ch=3).cuda()

File "/home/yolov5prune-main/models/yolo.py", line 250, in init
self.model, self.save, self.from_to_map = parse_pruned_model(self.maskbndict, deepcopy(self.yaml), ch=[ch]) # model, savelist

File "/home/yolov5prune-main/models/yolo.py", line 654, in parse_pruned_model
cv2out = int(maskbndict[named_m_cv2_bn].sum())

KeyError: 'model.2.cv2.bn'

git pull and try again.
'model.2.cv2.bn' is the cv2 module in the first C3 modules,it should be in the key of maskbndict.

from yolov5prune.

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.