patrickltobing / cyclevae-vc-neuralvoco

Apache License 2.0
90 stars 19 forks source link

Core dumped #5

Open zhangxinaaaa opened 3 years ago

zhangxinaaaa commented 3 years ago

Hi, thanks for your great work!

When i run the run.sh with stage 4 in egs/cycvae_mwdlp_vcc20, core dumped occurred when training the voice conversion model. It seems like some generated hdf5 items caused the problem, so far the items I found are hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 and hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5.

After replacing the hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 with another normal one, the training can go on. But core dumped still occurs when I replace hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5 with another hdf5 file.

Can you help me to check where is wrong? Thanks for your time!!

patrickltobing commented 3 years ago

Hi, could you kindly send the hdf5 files? Thanks.

And, could you also send the log file / put a more detailed message related to the core dump?

------ Original Message ------ From: "zhangxinaaaa" @.> To: "patrickltobing/cyclevae-vc-neuralvoco" @.> Cc: "Subscribed" @.***> Sent: 8/3/2021 5:35:48 PM Subject: [patrickltobing/cyclevae-vc-neuralvoco] Core dumped (#5)

Hi, thanks for your great work!

When i run the run.sh with stage 4, core dumped occurred when training the voice conversion model. It seems like some generated hdf5 items caused the problem, so far the items I found are hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 and hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5.

After replacing the hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 with another normal one, the training can go on. But core dumped still occurs when I replace hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5 with another hdf5 file.

Can you help me to check where is wrong? Thanks for your time!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/patrickltobing/cyclevae-vc-neuralvoco/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3XOG2F3SGCLHJTIYSD3GLT26S6JANCNFSM5BOK63HQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

zhangxinaaaa commented 3 years ago

OK

Here is the train log and here are the hdf5 files hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 and hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5

Thanks for your reply!

patrickltobing commented 3 years ago

Sorry, I meant the log file of log/train.log that prints the error output.

------ Original Message ------ From: "zhangxinaaaa" @.> To: "patrickltobing/cyclevae-vc-neuralvoco" @.> Cc: "Patrick Lumban Tobing" @.>; "Comment" @.> Sent: 8/3/2021 6:29:27 PM Subject: Re: [patrickltobing/cyclevae-vc-neuralvoco] Core dumped (#5)

OK

Here is the train log https://drive.google.com/file/d/1svaG5RRo0uGgxmLz5Oah9bGJF35Q8xlG/view?usp=sharing and here are the hdf5 files hdf5/tr_vcc20_10ms_24kHz/TEM2/E20019.h5 https://drive.google.com/file/d/1WRz-7L8CQ3etjW7tKJDZ3T-jGfFjYr8y/view?usp=sharing and hdf5/tr_vcc20_10ms_24kHz/TMM1/M10029.h5 https://drive.google.com/file/d/13UvSSPT3A_U0QvAn_N1nQr0xdg8A32Op/view?usp=sharing

Thanks for your reply!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/patrickltobing/cyclevae-vc-neuralvoco/issues/5#issuecomment-891690377, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3XOG7DES7SF3JC67S2PZLT26ZHPANCNFSM5BOK63HQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

zhangxinaaaa commented 3 years ago

Sorry I didn't see the reply yesterday.

The log file didn't record the error information. I find it by directly run the src/bin/train_sparse-gru-cycle-melsp-x-lf0cap-spk-vae-gauss-smpl_noct_weightemb_v2.py with corresponding parameters in run.sh. And the error information is just 'core dumped'. Now my machine can not be connected, I will show you the error information as soon as it resumes.

Thanks!!