We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12460c2 commit 253f2eeCopy full SHA for 253f2ee
examples/models/moshi/mimi/test_mimi.py
@@ -156,7 +156,7 @@ def test_streaming_encoding_decoding(self):
156
all_pcms_streaming = torch.cat(all_pcms_streaming, dim=-1)
157
sqnr_streaming = compute_sqnr(pcm_ref, all_pcms_streaming)
158
print(f"sqnr_streaming = {sqnr_streaming} dB")
159
- self.assertTrue(sqnr_streaming > 100)
+ self.assertTrue(sqnr_streaming > 70)
160
161
def test_exported_encoding(self):
162
"""Ensure exported encoding model is consistent with reference output."""
0 commit comments