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

The loss can not decrese #9

Open
zyy-fc opened this issue Nov 5, 2018 · 8 comments
Open

The loss can not decrese #9

zyy-fc opened this issue Nov 5, 2018 · 8 comments

Comments

@zyy-fc
Copy link

zyy-fc commented Nov 5, 2018

Thank you for sharing!
I used the 4620 utterances from the training set of the TIMIT corpus as train set, and 119 types noise as train set. Besides, the 10 utterances from the test set of the TIMIT corpus and other 10 types noise as validation set. I have trained this model for more than 10 hours, but the loss seems to be invariant.
I do not know why. I will be honoured if you help me.
a

@zhr1201
Copy link
Owner

zhr1201 commented Nov 6, 2018

I think it would be better if you could use some kind of plot (e.g. tensorboard ) to visualize the convergence and test some samples, also try to do some parameter tunning. If the model still couldn't generate satisfactory samples, probably adding more layers and use more advance structures may help.

@zyy-fc
Copy link
Author

zyy-fc commented Nov 7, 2018

than you very much!

@zhr1201
Copy link
Owner

zhr1201 commented Nov 7, 2018 via email

@bailiangze
Copy link

it occurs when i use your code .it likes below
Exception in thread Thread-7:
Traceback (most recent call last):
File "E:\anaconda\lib\threading.py", line 916, in _bootstrap_inner
self.run()
File "E:\anaconda\lib\threading.py", line 864, in run
self._target(*self._args, **self.kwargs)
File "D:\deeplearning\CNN-for-single-channel-speech-enhancement-master\audio_reader.py", line 108, in thread_main
noise_org, _ = librosa.load(self.noisefiles[noise_id], sr=None)
File "E:\anaconda\lib\site-packages\librosa\core\audio.py", line 112, in load
with audioread.audio_open(os.path.realpath(path)) as input_file:
File "E:\anaconda\lib\site-packages\audioread_init.py", line 116, in audio_open
raise NoBackendError()
audioread.NoBackendError

but i test the code l'ibrosa; it does not have problem。can you give me some advice

@ffxz
Copy link

ffxz commented Mar 28, 2019

@yuanyuan0209 is your loss is decreased? can your share your successful results?

@lvyilan23
Copy link

@yuanyuan0209 is your loss is decreased? can your share your successful results?

hi, have you solve the problem? I meet the same question

@ZBang
Copy link

ZBang commented Jun 16, 2020

I meet the same problem.
if you hava some ideas,please tell me
thanks!

@lvyilan23
Copy link

lvyilan23 commented Jun 17, 2020 via email

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

6 participants