Giter VIP home page Giter VIP logo

sab-cnn-audio-denoiser's People

Contributors

fmoraes-daitan avatar sthalles 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  avatar  avatar  avatar

sab-cnn-audio-denoiser's Issues

Issue in create_dataset script

Code is giving error in create_dataset script val_dataset.create_tf_record(prefix='val', subset_size=2000) while creating subsets of training and validation dataset

pre-trained model

Hello. Is it possible that you can share the pretrained model or in other words can you share the weights of the models that can speed up the things.

Error in create_dataset.py script

Code is giving error in val_dataset.create_tf_record(prefix='val', subset_size=2000).

Error:
Traceback (most recent call last):
File "create_dataset.py", line 33, in
val_dataset.create_tf_record(prefix='val', subset_size=2000)
File "/content/data_processing/dataset.py", line 140, in create_tf_record
writer = tf.io.TFRecordWriter(tfrecord_filename)
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/lib/io/tf_record.py", line 299, in init
compat.as_bytes(path), options._as_record_writer_options())
tensorflow.python.framework.errors_impl.NotFoundError: ./records/val_0.tfrecords; No such file or directory

convergence issue

After running model, it does not converge and remove noise. Any one got it working

datasets

您好,数据集的链接失效了,可以重新提供一下吗?

SDR definition seems to be wrong in SpeechDenoiserCNN.ipynb

a should be l2_norm(clean) in your SDR function.

def SDR(denoised, cleaned, eps=1e-7): # Signal to Distortion Ratio
a = l2_norm(denoised) <--- here
b = l2_norm(denoised - cleaned)
a_b = a / b
return np.mean(10 * np.log10(a_b + eps))

E. Vincent, R. Gribonval, and C. F´evotte, “Performance measurement
in blind audio source separation,” IEEE transactions on audio,
speech, and language processing, vol. 14, no. 4, pp. 1462–
1469, 2006.

Dataset not available and cannot create a dataset myself.

I cannot download the original dataset from the link that has been provided here as I am getting 404'd when going to the link that has provided and I've been getting an error when running "create_dataset.py" with python 3.8.

File "create_dataset.py", line 24, in
val_dataset.create_tf_record(prefix='value', subset_size=2000)
File "/home/gabriel/cnn-audio-denoiser/data_processing/dataset.py", line 140, in create_tf_record
writer = tf.io.TFRecordWriter(tfrecord_filename)
File "/home/gabriel/anaconda3/lib/python3.8/site-packages/tensorflow/python/lib/io/tf_record.py", line 298, in init
super(TFRecordWriter, self).init(
tensorflow.python.framework.errors_impl.NotFoundError: ./records/value_0.tfrecords; No such file or directory

If this isn't enough information, please tell me, as I'd be happy to help.

Sincerely,
Gabriel

Edit: creating a folder called records on cnn-denoiser fixed it.

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.