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

g_loss, d1_loss, d2_loss #6

Closed wayne2tech closed 4 years ago

wayne2tech commented 4 years ago

I wanna know what your values of g_loss, d1_loss, d2_loss are

lksshw commented 4 years ago

Hello Mrz12121 ,

g_loss = 10.01 d1_loss = 14.8 d2_loss = 17.1

Look for a generator loss of 9-12. Ignore the discriminator losses.