robust_loss_pytorch
robust_loss_pytorch copied to clipboard
how to load robust loss parameters
Hello, thank you very much for your elegant code. I want to use robust loss to train the model in the first stage and load the pre-trained model in the second stage. I am confused about how to save and load the parameters of AdaptiveLossFunction.
It should be the same as loading/saving the parameters of any pytorch module. I can't really help you more than that, as I don't use pytorch --- all of the pytorch code I've ever written is in this repository.