From 72b250bb166e2d10bacacd48bf47bf2c018ce90c Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 30 Dec 2015 20:30:32 -0500 Subject: [PATCH] Clarified spec --- dlib/dnn/core_abstract.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dlib/dnn/core_abstract.h b/dlib/dnn/core_abstract.h index 245bdc4fd..76bdbec8f 100644 --- a/dlib/dnn/core_abstract.h +++ b/dlib/dnn/core_abstract.h @@ -400,8 +400,9 @@ namespace dlib ); /*! requires - - forward(x) was called to forward propagate x though the network. Moreover, - this was the most recent call to forward(). + - forward(x) was called to forward propagate x though the network. + Moreover, this was the most recent call to forward() and x has not been + subsequently modified in any way. - get_gradient_input() has been set equal to the gradient of this network's output with respect to some loss function. - This instance of solvers has only ever been used with this network. That