Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed May 28, 2022
1 parent cf8cb6e commit 9edffed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed profile.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def profile() -> None:
"""
random.seed(0)
command = (
"for _ in trange(50): "
"for _ in trange(10): "
"summary(torchvision.models.resnet152(), (1, 3, 224, 224), verbose=0)"
)
profile_file = "profile.txt"
Expand Down

0 comments on commit 9edffed

Please sign in to comment.