-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I encountered an issue where the WAV file, after passing through the encoder and decoder, does not match the original WAV file in
https://github.com/NilsDem/control-transfer-diffusion/blob/main/train_autoencoder.py#L90
AssertionError: Shape mismatch: x.shape = torch.Size([1, 1, 4096]), y.shape = torch.Size([1, 1, 4608])
I suspect the issue might be related to the version of SciPy. I tried both SciPy 1.7.3(python == 3.12.0) and 1.14.0 (python ==3.10.0), but the problem persists.
Metadata
Metadata
Assignees
Labels
No labels