We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43ea25 commit 119851bCopy full SHA for 119851b
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# ptflops versions log
2
3
+## v 0.7.3
4
+- Add aten backend to collect the amount of flops on aten level.
5
+
6
## v 0.7.2.2
7
- Switch from setup.py to pyproject
8
README.md
@@ -118,3 +118,8 @@ squeezenet1_0 | 224x224 | 1.25 | 0.84
118
vgg16 | 224x224 | 138.36 | 15.52
119
vit_b_16 | 224x224 | 86.57 | 17.60
120
wide_resnet50_2 | 224x224 | 68.88 | 11.45
121
122
123
+### [timm](https://github.com/huggingface/pytorch-image-models)
124
125
+Model | Input Resolution | Params(M) | MACs(G)
0 commit comments