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

File under TIMIT/dataset.py is broken #6

Open
gfigueroa opened this issue May 10, 2022 · 0 comments
Open

File under TIMIT/dataset.py is broken #6

gfigueroa opened this issue May 10, 2022 · 0 comments

Comments

@gfigueroa
Copy link

The file TIMIT/dataset.py has an unfixed git merge conflict from lines 91 to line 101 in the main branch of the repo.

<<<<<<< HEAD
        return wav, height, age, gender
=======

        if type(wav).__module__ == np.__name__:
            wav = torch.tensor(wav)
        
        # wav = self.spec_aug(self.spectral_transform(wav))/100
        # print(wav.min(), wav.max(), wav.mean(), wav.std())
        return wav, height, age, gender
>>>>>>> 9533cd02cfa4ddb9aee40945d53e3354b5d5d960
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant