Skip to content

Commit 32bf0ee

Browse files
author
Esteban Gómez
committed
Fix typo
1 parent 7b8ff95 commit 32bf0ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/moduleprofiler/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ModuleProfiler:
4545
ops_fn_map (dict): Dictionary containing a map between modules and
4646
their corresponding function to estimate the number of operations.
4747
exclude_from_ops (Optional[List[nn.Module]]): Modules to exclude from
48-
ops calculations.
48+
ops estimations.
4949
ts_fmt (str): Timestamp format used to print messages if
5050
`verbose=True`.
5151
verbose (bool): If ``True``, enabled verbose output mode.

0 commit comments

Comments
 (0)