Giter Site home page Giter Site logo

phaseaug's People

Contributors

chohyunjae1 avatar coalee avatar junjun3518 avatar seungwoo0326 avatar wonbin-jung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

phaseaug's Issues

metallic sound when applying phaseaug on avocodo

Hi,

Thanks for your great work, I try to apply phaseaug on avocodo(a littel different from hifigan on discriminator).
But there is metallic sound, now the training steps is around 200k, did you encounter the same problem on hifigan?

Thanks

training error

when I try to use this repo, i got the error like this "RuntimeError: stft input and window must be on the same device but got self on cuda:0 and window on cpu", did i Miss something?

Pytorch 2 cannot compile forward_sync

Hi guys,

Thanks for your work on this project.

I used phaseaug in my vocoder which worked well.

but when I compile the whole model in pytorch 2 and get something wrong.

I minify the codes:

phaseaug = PhaseAug()
compiled_phaseaug = torch.compile(phaseaug.forward_sync)
wav = torch.randn([32, 1, 9600])
compiled_phaseaug(wav, wav)

Do you have any ideas about that?

phaseaug on bigvgan

Hi,

Thank you for the work.
I am wondering if phaseaug has been tried on bigvgan which uses MRD (univnet discriminator)? would it be straightfoward to adopt the hifigan example?

Thanks

Missing variable in forward_sync

I got an exception from forward_sync:

...
  File "/usr/local/lib/python3.8/dist-packages/phaseaug/phaseaug.py", line 117, in forward_sync
    phi = self.sample_phi(self, X.shape[0] // 2) #[2B, nfft//2+1]
NameError: name 'X' is not defined

X is the result of stft and is removed in version 1.0.0

Will it add new inference cost to the vocoder?

Thanks for the job.
I am trying to find some training-auxiliary component for hifigan, which can help leaning the periority but without drawing any new parameters into the Generator. Is the phaseaug just augmenting trainging-data on phrase? Will it introduce new trainable parameters to the vocoder model?
We are tring to speedup the HiFiGAN model, the decreased structures and parameters will lead to more significant High-Frequency distortion on spectrum. Will the PhaseAug increase the ability to reconstruct the signal on High frequency band? Want the speech spectrum displayed about comparation before and after PhaseAug. thanks.

Audio samples inaccessible

Hello,

I noticed that the audio samples link given in README.md is not accessible. I guess you have migrated the repository from "github.com/mindslab-ai" to "github.com/maum-ai". Changing the link manually worked.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.