Closed
Description
In this line could you explain why torch.mean(torch.abs(self.mu2 - self.z_random))
not torch.mean(torch.abs(self.z_predict - self.z_random))
?
Metadata
Assignees
Labels
No labels
In this line could you explain why torch.mean(torch.abs(self.mu2 - self.z_random))
not torch.mean(torch.abs(self.z_predict - self.z_random))
?