Commit b1fdb81f authored by leswing's avatar leswing
Browse files

Wording

parent a0be601c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ 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 a queue and tensorboard")
      raise ValueError("Currently TensorGraph cannot both use_queue and tensorboard at the same time")

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