In the TF code below, it seems the author uses gamma=1e-6 but we use gamma=5. His metrics is put below as well. I'm wondering if your L2 norm definition in the handout is same as his or just use MSE without multiply with 1/2 and constant item. Could you share the formula? Thanks.
Hi TA,
In the TF code below, it seems the author uses gamma=1e-6 but we use gamma=5. His metrics is put below as well. I'm wondering if your L2 norm definition in the handout is same as his or just use MSE without multiply with 1/2 and constant item. Could you share the formula? Thanks.
https://github.com/zhangqianhui/vae-gan-tensorflow/blob/master/vaegan.py#L84 Feature-wise distance metrics in TF = -(1/2)log(2pi) - (1/2)MSE(pred,target)