peyo
May 24, 2021, 2:40pm
1
Hello,
With Trigger-word-detection assignment, I accomplished good detection result with
Pre-trained model provided in the notebook. As shown below.
Then, I started additional target of training from scratch.
But test result after training shows much worse result than expected.
Can I get better result by just increasing even larger ‘nsamples’ like 4000,
and more epochs like 10,000 ?
Or there should be other things to do for ‘Training from Scratch’ showing better result?
Is there anyone successfully trained a new model with that notebook?
Thanks,
Peter
peyo
May 27, 2021, 1:17am
2
Today I increased ‘nsamples’ to 1,600. And epochs to 4,000.
But Trained results does not show improvement.
(Training was done on local Host by copying the assignment folder.
And it took about 6 hours on Linux host with RTX3060 GPU)
peyo
May 28, 2021, 2:13am
3
Increased the learning_rate to 0.0001, then got better result.
I have a same problem. I used Youtube data for training. But I used all the parameters as they were in the course. I tried to change the parameters but it didn’t get any better. I used data audmentation, a larger set of training, but nothing got better. Can my data or spectrogtam be the cause of the error?
Dear Community,
I tried to build a set of 4,000 examples from the sounds given in the course. And from 10-seconds Youtube audio snippets that I manually tagged, a development set. I did not get the result that was expected. I think the model cannot generalize based on the training set.
What can I do wrong?
Is there perhaps no detail that has been omitted from the curriculum?
Here you can see the history of the training:
Loss and F1 Score
[IMG_20211105_000024]
AUC and Accuracy
[IMG_20211…
Please help me.