Commit 8d7f70ab authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Tweaking docstring

parent 744fedeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ class Model(BaseEstimator):

    Returns
    -------
    The average losses over course of training. 
    The average loss over the most recent checkpoint interval. 
    """
    for epoch in range(nb_epoch):
      logger.info("Starting epoch %s" % str(epoch + 1))