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
Does it think about to support torch.nn.PixelShuffle? It is widely used in Super-Resolution.
#178
wangqiim
closed
2 years ago
4
/opt/conda/lib/python3.8/site-packages/thop/vision/basic_hooks.py:115: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch.
#177
glenn-jocher
closed
2 years ago
3
Are MACs values equal across devices (GPU/CPU)?
#176
wnntju
closed
2 years ago
1
Add onnx to avoid import error
#175
nzw0301
closed
2 years ago
2
Does it support torch.einsum for FLOPs?
#174
wztdream
closed
2 years ago
1
Not compatible with python3.10
#173
tothedistance
opened
2 years ago
7
how to define the rule for 3rd party module?
#172
moshicaixi
opened
2 years ago
1
[BUG Report] thop not support AdaptiveAvgPool2d when None in the shape parameter
#171
buptweixin
opened
2 years ago
1
Mish activation function and SiLU are not supported
#170
1547548881
opened
2 years ago
0
When I calculate the flops of Torch.nn.upsample, I found that Hook in the Forward process will override the output of UpSample. Is this BUG or a special design?
#169
tty0013
closed
2 years ago
4
Can these newly added keys be removed after the function profile is executed?
#168
zechengtang
opened
2 years ago
2
Is matmul operation automatically considered?
#167
GostInShell
closed
2 years ago
3
FLOPs/MACs calculation of complicated operations
#166
hdzhang-code
closed
2 years ago
2
Help me to check my custom op calculation code
#165
laisimiao
closed
2 years ago
5
kwargs instead of args
#164
naviak
opened
2 years ago
2
Different results when reusing the defined nn.LeakyReLU()
#163
csbhr
opened
2 years ago
1
different results when counting nn.BatchNorm1d in nn.Sequential
#162
razIove
opened
2 years ago
1
thop: __floordiv__ is deprecated
#161
liguge
opened
2 years ago
1
Check params and flops for custom densenet model
#160
Speedarion
opened
2 years ago
0
Update basic_hooks.py to avoid `//` warning
#159
xiaoyuan0203
closed
2 years ago
0
where is main function?
#158
sunhufei
opened
2 years ago
1
why not run?
#157
sunhufei
closed
2 years ago
0
AttributeError: 'collections.OrderedDict' object has no attribute 'training'
#156
wild1035
closed
2 years ago
2
Should I skip things like 'Sequential', 'Bottleneck' when calculating FLOPs ? (just treat it as zero)
#155
StonepageVan
closed
2 years ago
2
Remove redundant code.
#154
lijunzh
opened
2 years ago
0
Does it support DCN V2? Or shall we add it as custom ops?
#153
laisimiao
opened
3 years ago
4
Different op types / weighted operations count
#152
tombackstrom
opened
3 years ago
3
__init__.py is missing!!
#151
jinmingyi1998
closed
3 years ago
1
Adding Jit profile
#150
HaoKang-Timmy
opened
3 years ago
1
Add transformer counter to profile
#149
HaoKang-Timmy
opened
3 years ago
2
NameError: name 'fprint' is not defined
#148
cheun726
closed
3 years ago
1
Fix error about sofmax and adding OnnxProfile
#147
HaoKang-Timmy
closed
3 years ago
1
NameError: name 'fprint' is not defined
#146
cheun726
closed
3 years ago
5
Fix error about softmax and adding onnx_counter
#145
HaoKang-Timmy
closed
3 years ago
0
Add count_Transformer to count nn.Transformer
#144
HaoKang-Timmy
closed
3 years ago
0
Onnx_counter_for_basic_hooksOnnx
#143
HaoKang-Timmy
closed
3 years ago
0
Model cannot feedforward after profile if it contains shared modules passed through a function
#142
xuefei1
closed
1 year ago
4
Change about ln,in,softmax and creat hook about Transformer
#141
HaoKang-Timmy
closed
3 years ago
1
adding hook function for nn.Transformer
#140
HaoKang-Timmy
closed
3 years ago
0
providing a test for transformer
#139
HaoKang-Timmy
closed
3 years ago
0
Add support for nn.Transformer modules.
#138
HaoKang-Timmy
closed
3 years ago
0
nn.Transformer
#137
HaoKang-Timmy
closed
3 years ago
0
Why bias is not considered in count_linear()?
#136
xuefei1
closed
3 years ago
1
How to compute flops for every op of my own network
#135
Liujingxiu23
opened
3 years ago
1
Adding some functions to hook dictionary
#134
HaoKang-Timmy
closed
3 years ago
1
ln,in, prelu,softmax,
#133
HaoKang-Timmy
closed
3 years ago
0
Does anyone knows how to compute FLOPs or MACs in a quaternion networks?
#132
azzurras18
opened
3 years ago
2
Doesn't work with nn.DataParallel
#131
danielamassiceti
closed
3 years ago
1
How to understand LSTM MACs calculation?
#130
SuperKnightss
closed
3 years ago
2
How can I calculate FLOPs /MACs and Params without 0 weights?
#129
Boltzmachine
opened
3 years ago
5
Previous
Next