Skip to content

Commit 8225a69

Browse files
committed
Minor fix in readme
1 parent 0020dc2 commit 8225a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ not contributing to the final complexity estimation. See `ptflops/pytorch_ops.py
3333
- `ptflops` launches a given model on a random tensor and estimates amount of computations during inference. Complicated models can have several inputs, some of them could be optional. To construct non-trivial input one can use the `input_constructor` argument of the `get_model_complexity_info`. `input_constructor` is a function that takes the input spatial resolution as a tuple and returns a dict with named input arguments of the model. Next this dict would be passed to the model as a keyword arguments.
3434
- `verbose` parameter allows to get information about modules that don't contribute to the final numbers.
3535
- `ignore_modules` option forces `ptflops` to ignore the listed modules. This can be useful
36-
for research purposes. For an instance, one can drop all convolutuions from the counting process
36+
for research purposes. For instance, one can drop all convolutions from the counting process
3737
specifying `ignore_modules=[torch.nn.Conv2d]`.
3838

3939
## Install the latest version

0 commit comments

Comments
 (0)