Closed lgh0504 closed 1 year ago
elif self._dist == "normal_1": x = self._dist_layer(x) dist = torchd.normal.Normal(mean, 1) dist = tools.ContDist(torchd.independent.Independent(dist, 1)) the variable "mean" is not defined
Thank you for bringing that to my attention. I have fixed the bug.