Skip to content

Commit cb5fd61

Browse files
committed
lowering memory.
1 parent 424ae9b commit cb5fd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test_compute_deltas_twochannel(self):
314314
self.assertTrue(computed.shape == specgram.shape, (computed.shape, specgram.shape))
315315

316316
def test_batch_compute_deltas(self):
317-
specgram = torch.randn(2, 311, 278746)
317+
specgram = torch.randn(2, 31, 2786)
318318

319319
# Single then transform then batch
320320
expected = transforms.ComputeDeltas()(specgram).repeat(3, 1, 1, 1)

0 commit comments

Comments
 (0)