Commit a5ec6672 authored by peastman's avatar peastman
Browse files

Fixed failing test case

parent 9ff89951
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -629,6 +629,8 @@ class TensorGraph(Model):
          loop_vars)
      return jacobian.stack()

    if not self.built:
      self.build()
    grads = []
    with self._get_tf("Graph").as_default():
      for output in self.default_outputs: