Unverified Commit e335f05f authored by Pedro Cuenca's avatar Pedro Cuenca Committed by GitHub
Browse files

Rename test_scheduler_outputs_equivalence in model tests. (#451)

parent f7cd6b87
...@@ -179,7 +179,7 @@ class ModelTesterMixin: ...@@ -179,7 +179,7 @@ class ModelTesterMixin:
loss.backward() loss.backward()
ema_model.step(model) ema_model.step(model)
def test_scheduler_outputs_equivalence(self): def test_outputs_equivalence(self):
def set_nan_tensor_to_zero(t): def set_nan_tensor_to_zero(t):
# Temporary fallback until `aten::_index_put_impl_` is implemented in mps # Temporary fallback until `aten::_index_put_impl_` is implemented in mps
# Track progress in https://github.com/pytorch/pytorch/issues/77764 # Track progress in https://github.com/pytorch/pytorch/issues/77764
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment