Sunday 14 March 2021

Adding L1/L2 regularization in PyTorch?

Is there any way, I can add simple L1/L2 regularization in PyTorch? We can probably compute the regularized loss by simply adding the data_loss with the reg_loss but is there any explicit way, any support from PyTorch library to do it more easily without doing it manually?



from Adding L1/L2 regularization in PyTorch?

No comments:

Post a Comment