Skip to content

Commit

Permalink
Merge pull request #414 from yoshitomo-matsubara/dev
Browse files Browse the repository at this point in the history
Rename a forward_proc function
  • Loading branch information
yoshitomo-matsubara authored Nov 5, 2023
2 parents f15c3dd + 0c89679 commit 1712179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchdistill/core/interfaces/forward_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


@register_forward_proc_func
def forward_default(model, *args, **kwargs):
def forward_all(model, *args, **kwargs):
"""
Performs forward computation using `*args` and `**kwargs`.
Expand Down

0 comments on commit 1712179

Please sign in to comment.