lksshw / SRNet

A pytorch implementation of the SRNet architecture from the paper Editing text in the wild (Liang Wu et al.)
152 stars 35 forks source link

About the training process #5

Closed lcy0604 closed 4 years ago

lcy0604 commented 4 years ago

Hello, I really appreciate the your re-implement for text editing. I follow your instruction to run the project and only changes the batch size to 4. I found the loss converge really slow and the results are bad. After 20w iters, the G loss is 19, D_fus loss is 4.8, D_bg loss is 5.5071. Is it normal or some problems exist?

lksshw commented 4 years ago

Hello lcy0604,

There were minor bugs in the model. I have fixed all of them. The model now works as intended. Pull all changes to try it out. Pre-trained weights have also been uploaded. Refer the readme file for more information.

Thank you.