def build_from_logits(self, logits): self.logits = logits self.prediction = slim.softmax(self.logits)