Commit 220589af authored by abster12's avatar abster12
Browse files

correcting errors

parent 594d7754
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4315,7 +4315,7 @@ class Hingeloss(Layer):
      pass

  def create_tensor(self, in_layers=None, set_tensors=True, **kwargs):
    inputs = self.get_input_tensors(in_layers)
    inputs = self._get_input_tensors(in_layers)
    if len(inputs) != 2:
      raise ValueError()
    labels, logits = inputs[0], inputs[1]