changeset 1351:6402b3309ece

mcRBM - added to docstring
author James Bergstra <bergstrj@iro.umontreal.ca>
date Thu, 28 Oct 2010 16:15:47 -0400
parents d957155264da
children cc3e3e596500
files pylearn/algorithms/mcRBM.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/mcRBM.py	Thu Oct 21 23:12:38 2010 -0400
+++ b/pylearn/algorithms/mcRBM.py	Thu Oct 28 16:15:47 2010 -0400
@@ -272,7 +272,7 @@
     :param neg_v: negative-phase sample of visible units
     :param wrt: TensorType variables with respect to which we want gradients (similar to the
         'wrt' argument to tensor.grad)
-    :param other_cost: TensorType scalar 
+    :param other_cost: TensorType scalar (should be the sum over a minibatch, not mean)
 
     :returns: TensorType variables for the gradient on each of the 'wrt' arguments