# HG changeset patch # User James Bergstra # Date 1288296947 14400 # Node ID 6402b3309ecedd217ec5f981e95d682c938b5f33 # Parent d957155264daa8b6bcf5a1a6da7ff878af6f9176 mcRBM - added to docstring diff -r d957155264da -r 6402b3309ece pylearn/algorithms/mcRBM.py --- 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