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

About loss and sparse_categorical_accuracy #9

Closed
azraelkuan opened this issue Dec 7, 2018 · 3 comments
Closed

About loss and sparse_categorical_accuracy #9

azraelkuan opened this issue Dec 7, 2018 · 3 comments

Comments

@azraelkuan
Copy link

Hi, I use this repo to train my own dataset, but i found that the sparse_categorical_accuracy increase very slowly
image

how about your training process?

@azraelkuan
Copy link
Author

my step:

  1. find wav_dir -iname *.wav | sort -R | tr "\n" " " | xargs -d " " -I{} sox {} -r 16000 -b 16 -c 1 -e signed-integer -t raw - > input.s16
  2. ./dump_data input.s16 features.f32 pcm.s16
  3. python train_lpcnet.py

@azraelkuan
Copy link
Author

thanks for your work, in my experience, when the loss is around 2, the generate wav is very good.
this is the spectrum of the generated wav
image

@HallidayReadyOne
Copy link

Hi, @azraelkuan, the audio mentioned above is generated using features extracted from the original audio or predicted features?

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