check if eigenvalues of covariance matrix are complex. (#34037)
check if eigenvalues of covariance complex for psd checking
This commit is contained in:
committed by
GitHub
parent
fb0c6b521d
commit
4a3f1a686f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user