Tencent / Real-SR

Real-World Super-Resolution via Kernel Estimation and Noise Injection
Apache License 2.0
785 stars 118 forks source link

about D_real、D_fake、l_d_fake、l_d_real in tb_logger #21

Open liqian2018 opened 3 years ago

liqian2018 commented 3 years ago

截图_2021-05-21_17-44-35 截图_2021-05-21_17-44-57

I’m not sure that the D_real and D_fake respectly corresponds to which part of the formula fo Lgan. Should they each gradually become larger or smaller? Can you help me see my picture if the training state is correct? i guess D_real represent E[C(Xr)] and D_fake represent E[C(Xf)]?and l_d_real represents log(D(Xr, Xf)) and l_d_fake represents the log(1-D(Xf, Xr)) ?