issues
search
Lyken17
/
pytorch-OpCounter
Count the MACs / FLOPs of your PyTorch model.
MIT License
4.9k
stars
528
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The library does not handle buffers properly
#228
abhash-er
opened
2 months ago
0
Use value infos to determine input shapes of ONNX nodes
#227
aim-nara
opened
4 months ago
0
question about BN
#226
dyhBUPT
opened
4 months ago
1
Eliminate unused ops and variables
#225
glenn-jocher
closed
5 months ago
0
I got different results using thop and torchinfo
#224
zz-2024
opened
5 months ago
1
Create format.yml
#223
glenn-jocher
closed
5 months ago
0
Source distribution (sdist) and Git tags
#222
ShamrockLee
opened
5 months ago
0
Res add will be included when evaluate Resnet's OPs ?
#221
hollyaoyaozi
opened
8 months ago
1
count_normalization is only correct for batch_norm. wrong flops count for layernorm
#220
pzpzpzp2
opened
8 months ago
1
adding kwarg inputs for model
#219
aninda-leonardo
opened
9 months ago
0
RuntimeError: Can't add a new parameter
#218
aizvorski
opened
10 months ago
0
thop calculates torch.nn module params incorrectly
#217
qsimeon
opened
1 year ago
1
rename calculate_conv2d_flops
#216
yokosyun
opened
1 year ago
1
Is thop also effective for calculating Flops for spiking neural networks?
#215
cmc370
opened
1 year ago
0
Switched from distutils.version to pkg_resources
#214
econeale
opened
1 year ago
0
will torch.matmul regards as zero_ops ?
#213
DavideHe
opened
1 year ago
0
Incorrect macs without specifying batch size for conv layers
#212
pcolange
opened
1 year ago
0
How to exclude flops of 1st input?
#211
Angiemaster
opened
1 year ago
1
How to calculate the FLOPs of each type of layers?
#210
TheSunWillRise
opened
1 year ago
1
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
#209
ghost
closed
1 year ago
0
Is the latest version calculate MACs or FLOPs
#208
chen84jianxiao
opened
1 year ago
2
Fix ONNX GlobalAveragePool output_size
#207
thinxer
opened
1 year ago
0
multiple inputs
#206
vdsw
opened
1 year ago
1
Problem in bert
#205
zetaodu
opened
1 year ago
1
Upload sdist to PyPI
#204
abraha2d
opened
1 year ago
1
Upload sdist to PyPI
#203
abraha2d
opened
1 year ago
1
Does MACs and FLOPs count correctly for and INT8 quantized model?
#202
Abanoub-G
opened
1 year ago
1
Fix `DeprecationWarning: distutils Version classes are deprecated`
#201
glenn-jocher
closed
1 year ago
2
thop/profile.py:12: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. `if LooseVersion(torch.__version__) < LooseVersion("1.0.0"):`
#200
glenn-jocher
opened
1 year ago
2
fix: remove all buffers registered besides the supported ops
#199
six-m
opened
1 year ago
0
Count flops by a range
#198
Angiemaster
opened
1 year ago
0
got 0 ops for nn.MultiheadAttention
#197
wangtiance
opened
1 year ago
7
question about the MACs of nn.BatchNorm2d
#196
DaMiBear
opened
1 year ago
0
Does it support non-image models?
#195
SingCheng
opened
1 year ago
1
How do I calculate the FLOPs of a model with some frozen layers during training?
#194
js-lee-AI
opened
1 year ago
1
AttributeError: 'PReLU' object has no attribute 'total_params'
#193
colchicinewf
opened
2 years ago
0
A suggestion about README.
#192
lixiang007666
closed
2 years ago
0
[discuss] How about set profile's verbose's default value to False?
#191
Freed-Wu
closed
1 year ago
0
[feature] Can it support only calculate the parameters which `requires_grad == True`?
#190
Freed-Wu
closed
1 year ago
2
Check for elementwise_affine used by LayerNorm
#189
JaredFern
closed
2 years ago
0
Revert "FLOPs typo"
#188
Lyken17
closed
2 years ago
0
FLOPs typo
#187
lvmingzhe
closed
2 years ago
3
A typo in evaluate_famous_models.py
#186
lvmingzhe
closed
2 years ago
2
why these are zero ops ? relu/dropout/pool
#185
lk137095576
closed
1 year ago
0
Is MACs equal to Flops?
#184
Gs-Zhang
opened
2 years ago
2
Does this library work with einops?
#183
vedantroy
closed
2 years ago
2
AttributeError: 'LayerNorm' object has no attribute 'affine'
#182
Xinchengzelin
opened
2 years ago
12
AttributeError: module 'thop' has no attribute '__version__'
#181
glenn-jocher
closed
2 years ago
2
F.conv2d
#180
Lucien66
closed
2 years ago
3
feat: add PixelShuffle
#179
wangqiim
closed
2 years ago
0
Next