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

What is the final result like? #3

Open
a897456 opened this issue Oct 27, 2023 · 2 comments
Open

What is the final result like? #3

a897456 opened this issue Oct 27, 2023 · 2 comments

Comments

@a897456
Copy link

a897456 commented Oct 27, 2023

What is the final result like? Can you take a screenshot to show it?
this is my result:
trainable parameters: 657398946
training with dataset of 2052 samples and validating with randomly splitted 109 samples
do you want to clear previous experiment checkpoints and results? (y/n)
y
0: loss: 6.983
0: valid loss 5.440
0: saving model to results

Process end, code exit -1073741819 (0xC0000005)

@lucasnewman
Copy link
Owner

That's a pretty big model with 657M parameters, so you may be running out of memory. You could try reducing the size of the Conformer network — if you share your training code it will be easier to debug.

@a897456
Copy link
Author

a897456 commented Oct 28, 2023

That's a pretty big model with 657M parameters, so you may be running out of memory. You could try reducing the size of the Conformer network — if you share your training code it will be easier to debug.

I did nothing but just change the dataset_folder to "C:/Users/User1/Desktop/hifi-gan-master/LJSpeech-1.1/wav_test".
And I found that when step becomes 1, the program exits directly from this breakpoint.
image

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