Giter VIP home page Giter VIP logo

File "/home/jhy/mf_py3.5/pytorch-OpCounter-master/thop/count_hooks.py", line 14, in count_convNd kernel_ops = m.weight.size()[2:].numel() AttributeError: 'torch.Size' object has no attribute 'numel' about pytorch-opcounter HOT 2 CLOSED

lyken17 avatar lyken17 commented on July 18, 2024
File "/home/jhy/mf_py3.5/pytorch-OpCounter-master/thop/count_hooks.py", line 14, in count_convNd kernel_ops = m.weight.size()[2:].numel() AttributeError: 'torch.Size' object has no attribute 'numel'

from pytorch-opcounter.

Comments (2)

Lyken17 avatar Lyken17 commented on July 18, 2024

ensure you are running the latest version of pytorch and thop.

In [1]: import torch

In [2]: torch.__version__
Out[2]: '1.0.0'

In [3]: a = torch.randn(3, 10)

In [4]: b = a.size()

In [5]: b.numel()
Out[5]: 30

In [6]: b[1:].numel()
Out[6]: 10

from pytorch-opcounter.

Jiangchitang avatar Jiangchitang commented on July 18, 2024

It's done,thanks!

from pytorch-opcounter.

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.