-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hello, I would like to ask some questions, forgive my English is not good. When I was doing the linear regression training, the value of the Loss function appeared to be fixed at a certain value. For my case, it will always be 14.25. Of course, the trained model did not succeed, and the the predicted value of the model before training is also always 0. But after several failures, I accidentally touched the analog pin during setup(), and then the training was successful. The following is the log of my training model, one succeeded (random seed: 641), the other failed (random seed: 17)
Training fail:
training_fail.txt
Training success:
training_success.txt
I think it should be the random seed that caused the initial model weight setting problem. Is my idea correct?