mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
s/foward/forward/g (#58497)
Summary: Annoying typo. Prompted by these profiling results: https://github.com/pytorch/pytorch/issues/56419#issuecomment-825787828 Pull Request resolved: https://github.com/pytorch/pytorch/pull/58497 Reviewed By: malfet Differential Revision: D28521081 Pulled By: Chillee fbshipit-source-id: ab91a2e167dd7d3387fd56106a6cff81f7a32f10
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ccad77aa22
commit
79a258f448
@ -9,7 +9,7 @@ class TrainerBase(ABC):
|
||||
|
||||
BATCH_LEVEL_METRIC = "batch_level_metric"
|
||||
BATCH_ALL = "batch_all"
|
||||
FORWARD_METRIC = "foward_metric"
|
||||
FORWARD_METRIC = "forward_metric"
|
||||
FORWARD_PASS = "forward_pass"
|
||||
BACKWARD_METRIC = "backward_metric"
|
||||
BACKWARD = "backward"
|
||||
|
Reference in New Issue
Block a user