Code Monkey home page Code Monkey logo

deepcomplexunetpytorch's People

Contributors

sweetcocoa 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  avatar  avatar

deepcomplexunetpytorch's Issues

memory error

Hi,

When I ran "estimate_directory.py" with a directory that contains almost 5 minutes long wav files I got a memory error. It ran with smaller wav files, but I need it to run with larger files. Could you please take a look at that? I'll try to fix it as well. Thank you for your good work.

Have a nice day

Processing error

Hi,
First, thanks for sharing this code. I tried to train a model with my dataset. But it gave "Processing error!" and stop working. Could you please tell me what causes this error?

Thanks.

import error

May I ask the what is the package "PinkBlack"?

train_metric smaller than val_metric

Hallo,

I have run this code on same dataset (DEMAND+VoiceBank). But during the training the train_metric(pesq) is much smaller than val_metric, namely, train_metirc is about 2.7 and val_metric is about 3.2. Do you have the similar situation?

Processing Error! return NaN.......

if (err_info->Nutterances < 1)
{
/printf ("Processing error!\n");/
/exit (1);/
PyErr_SetString(PyExc_RuntimeError, "processing error!");
}
Log print warnings.warn('Processing Error! return NaN........')
use older version, i see it stop at conditions err_info->Nutterances < 1 processing error! WHY?
but if i change metric="pesq" to metric="" ,training is ok!

mask = self.linear(p); mask = torch.tanh(mask)

I see you put 'torch.tanh' directly on 'mask' produced by 'self.linear(p)' in the 'forward(self, bd)' of 'class UNet(nn.Module)' (unet.py, line 119). If I read this right, you implement 'torch.tanh' on an complex number, but it implements 'torch.tanh' on the magnitude of the complex number as published in the 'Phase-Aware Speech Enhancement with Deep Complex U-Net' paper. Are this two implementation the same? Or it should be implemented like the 'mask_processing' in https://github.com/Doyosae/Phase_aware_Deep_Complex_UNet/blob/master/model_module.py (line 73)?

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.