knazeri / edge-connect

EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
http://openaccess.thecvf.com/content_ICCVW_2019/html/AIM/Nazeri_EdgeConnect_Structure_Guided_Image_Inpainting_using_Edge_Prediction_ICCVW_2019_paper.html
Other
2.5k stars 530 forks source link

some question about MAX_ITERS parameter. #105

Open 695874419 opened 5 years ago

695874419 commented 5 years ago

My computer configuration is not very good, but MAX_ITERS default is 2e6, Is this parameter too big?Not only does this take a lot of time to train, but it should be overfitting. I am not sure if this parameter can be adjusted smaller? Because I can't spend so much time training.

695874419 commented 5 years ago

Oh, i know, MAX_ITERS is not epoch...