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

Validation loss is too high #65

Open
jeungmin717 opened this issue Nov 2, 2022 · 1 comment
Open

Validation loss is too high #65

jeungmin717 opened this issue Nov 2, 2022 · 1 comment

Comments

@jeungmin717
Copy link

jeungmin717 commented Nov 2, 2022

Thanks Breizhn for sharing this amazing repository.

I followed step by step reading documentation.
By using train data from you provided ( breizhn/DNS-challenge repository)
I get validation loss around 49.29
training loss around 0.0014
epoch_lr : decreases from 0.0010 to 1.5259e-08

The validation loss is over too high.
I don't think the data is corrupt, since I am using the same training_data repository you provided.
Can I get some hint or help? How can I get correct validation loss .

Thanks in advance.


noisyspeech_synthesizer.cfg I used. didn't change a thing

sampling_rate: 16000
audioformat: *.wav
audio_length: 30
silence_length: 0.2
total_hours: 500
snr_lower: -5
snr_upper: 25
randomize_snr: True
target_level_lower: -35
target_level_upper: -15
total_snrlevels: 31
clean_activity_threshold: 0.6
noise_activity_threshold: 0.0
fileindex_start: None
fileindex_end: None
is_test_set: False
noise_dir: ./datasets/noise
speech_dir: ./datasets/clean
noisy_destination: ./training_set/noisy
clean_destination: ./training_set/clean
noise_destination: ./training_set/noise
log_dir: ./logs

@steven8274
Copy link

Maybe you used an incompatible CUDA with your GPU.Check which versions of CUDA are compatible with your GPU, install the version which is compatible with the closet version of 2.2.0 tensorflow.Then change your tensorflow to that version at last.You can refer to my post:#69

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

2 participants