[UniSpeechSat] correct unispeech sat (#15847)

This commit is contained in:
Patrick von Platen
2022-02-28 11:23:13 +01:00
committed by GitHub
parent 84eaa6acf5
commit 935a76d90d

View File

@@ -857,10 +857,10 @@ class UniSpeechSatModelIntegrationTest(unittest.TestCase):
# fmt: off
expected_hidden_states_slice = torch.tensor(
[[[-0.1192, -0.0825],
[-0.0012, 0.0235]],
[[-0.1240, -0.1332],
[-0.0658, -0.0565]]],
[[[-0.1172, -0.0797],
[-0.0012, 0.0213]],
[[-0.1225, -0.1277],
[-0.0668, -0.0585]]],
device=torch_device,
)
# fmt: on