Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 frame mismatch #1

Open
kooBH opened this issue Apr 11, 2022 · 0 comments
Open

1 frame mismatch #1

kooBH opened this issue Apr 11, 2022 · 0 comments
Labels

Comments

@kooBH
Copy link
Owner

kooBH commented Apr 11, 2022

dataset.py

        ## input preprocessing
        # NOTE 2022.04.08
        # [:T] due to 1 frame mismatch. Maybe because of shift?
        # need to check later.  
        stft = torch.stft(raw,n_fft=1024,center=True)[:,:,:T]
@kooBH kooBH added the something_wrong weird... label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant