Skip to content

Commit 9edffed

Browse files
committed
v1.7.0
1 parent cf8cb6e commit 9edffed

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

profile.txt

-64.6 KB
Binary file not shown.

profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def profile() -> None:
2626
"""
2727
random.seed(0)
2828
command = (
29-
"for _ in trange(50): "
29+
"for _ in trange(10): "
3030
"summary(torchvision.models.resnet152(), (1, 3, 224, 224), verbose=0)"
3131
)
3232
profile_file = "profile.txt"

0 commit comments

Comments
 (0)