We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8ff95 commit 32bf0eeCopy full SHA for 32bf0ee
1 file changed
src/moduleprofiler/profiler.py
@@ -45,7 +45,7 @@ class ModuleProfiler:
45
ops_fn_map (dict): Dictionary containing a map between modules and
46
their corresponding function to estimate the number of operations.
47
exclude_from_ops (Optional[List[nn.Module]]): Modules to exclude from
48
- ops calculations.
+ ops estimations.
49
ts_fmt (str): Timestamp format used to print messages if
50
`verbose=True`.
51
verbose (bool): If ``True``, enabled verbose output mode.
0 commit comments