Aux loss decreases at the beginning but increases again #241
Unanswered
audreyeternal
asked this question in
Q&A
Replies: 1 comment
-
Focus on the If you really want to bring it down to 0, try: #231. Related links: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to fine tune the compression model on our own dataset. I use the bmshj2018-factorized model(quality:8, criterion: ms-ssim)set both the aux optimizer and the normal optimizer to 1e-5. Also the lambda is set according to the recommendation in the paper. But during the training process, the aux loss decreases at first but rapidly goes up, like the following:
Should I stop the training when the aux loss is the lowest? Or what should I do? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions