Kai Cao

Results 1 comments of Kai Cao

Thanks for your reply! But I am still a little confused. For example, ``` # log p(c) logpc = torch.sum(gamma*torch.log(pi), 1) ``` I think it should be `Eq(z,c|x)[log p(c)] =...