You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are investigating (and trying to implement) label smoothing for the classification and regression task. The goal is to add regularization elements to the model, consequently reducing the MAE.
We are also implementing a new way of training the model by pre-computing features. The goal is to obtain a trainable (i.e. faster) model for non-using-GPU computers.
Finally, we are going to work on implementing a Gaussian/Laplace loss.
Amaury, Malo, & Côme
The text was updated successfully, but these errors were encountered:
Dear All,
We are investigating (and trying to implement) label smoothing for the classification and regression task. The goal is to add regularization elements to the model, consequently reducing the MAE.
We are also implementing a new way of training the model by pre-computing features. The goal is to obtain a trainable (i.e. faster) model for non-using-GPU computers.
Finally, we are going to work on implementing a Gaussian/Laplace loss.
Amaury, Malo, & Côme
The text was updated successfully, but these errors were encountered: