Commit a67b080f authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

remove comment

parent 5c827afc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -142,8 +142,6 @@ class Model(BaseEstimator):
    -------
    the average loss over the most recent epoch
    """
    # TODO(rbharath/enf): We need a structured way to deal with potential GPU
    #                     memory overflows.
    for epoch in range(nb_epoch):
      logger.info("Starting epoch %s" % str(epoch + 1))
      losses = []