Michael Yue
Results
2
issues of
Michael Yue
I noticed that you use the `kld = torch.mean(-z_log_stddev + 0.5 * (torch.exp(2 * z_log_stddev) + torch.pow(z_mean, 2) - 1))` in `UPDATE GENERATOR` . But I don't understand that why...
In the /code/model.py, the `c_code` is passed to the class `NEXT_STAGE_G` as a parameter. However, the `c_code` is covered by the function `c_code, att = self.att(h_code, word_embs)` so that the...