jingyuanli001 / RFR-Inpainting

The source code for CVPR 2020 accepted paper "Recurrent Feature Reasoning for Image Inpainting"
MIT License
355 stars 76 forks source link

question #14

Closed shangcai1 closed 3 years ago

shangcai1 commented 4 years ago

Hello, why does the loss increase when I load the saved parameters after stopping the training and continue training?

jingyuanli001 commented 3 years ago

I am not sure what's the exact problem in your case. However, if the loss only increases for a few iterations, it's might be due to the frozen batch normalization operators during fine-tuning.