check if eigenvalues of covariance matrix are complex. (#34037)

check if eigenvalues of covariance complex for psd checking
This commit is contained in:
Mohamed Abu El-Nasr
2024-10-10 15:44:05 +03:00
committed by GitHub
parent fb0c6b521d
commit 4a3f1a686f
2 changed files with 2 additions and 5 deletions

View File

@@ -694,10 +694,6 @@ class ReformerLocalAttnModelTest(ReformerTesterMixin, GenerationTesterMixin, Mod
self.model_tester.seq_length = original_sequence_length
return test_inputs
@unittest.skip(reason="Resizing sometimes goes bad") # not worth investigating for now (it's not a popular model)
def test_resize_tokens_embeddings(self):
pass
@require_torch
class ReformerLSHAttnModelTest(