Closed Hank880223 closed 2 years ago
The poly_weight
defines the weights for each polynomial component in the loss function, i.e., higher weights have a higher impact on the loss.
I understand it as higher poly_weight, can the predicted lane points be closer to the real lane points?
Hello, what does the poly_weight parameter mainly do? If I want to train a polynomial regression of order 4 or 5, will the parameter poly_weight affect the training?
Thank you