Rename test_scheduler_outputs_equivalence in model tests. (#451)

This commit is contained in:
Pedro Cuenca 2022-09-13 15:03:36 +02:00 committed by GitHub
parent f7cd6b87e1
commit e335f05fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ class ModelTesterMixin:
loss.backward()
ema_model.step(model)
def test_scheduler_outputs_equivalence(self):
def test_outputs_equivalence(self):
def set_nan_tensor_to_zero(t):
# Temporary fallback until `aten::_index_put_impl_` is implemented in mps
# Track progress in https://github.com/pytorch/pytorch/issues/77764