Commit ce4f2637 authored by leswing's avatar leswing
Browse files

yapf

parent b1fdb81f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -94,7 +94,9 @@ class TensorGraph(Model):
    self.rnn_final_states = []
    self.rnn_zero_states = []
    if self.use_queue and self.tensorboard:
      raise ValueError("Currently TensorGraph cannot both use_queue and tensorboard at the same time")
      raise ValueError(
          "Currently TensorGraph cannot both use_queue and tensorboard at the same time"
      )

  def _add_layer(self, layer):
    if layer.name is None: