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 236a3df commit 86ca185Copy full SHA for 86ca185
pytensor/compile/profiling.py
@@ -1402,7 +1402,7 @@ def print_stats(stats1, stats2):
1402
shapes = str(fct_shapes[fgraph][node])
1403
1404
if all(hasattr(out.type, "get_size") for out in node.outputs):
1405
- size = "{node_outputs_size:9d}B"
+ size = f"{node_outputs_size:9d}B"
1406
if node_outputs_size < config.profiling__min_memory_size:
1407
N = idx
1408
break
0 commit comments