From 91f512eca47b54745289ef74bac2a97d95a5a334 Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 6 Nov 2015 09:23:37 -0500 Subject: [PATCH] clarified spec --- dlib/dnn/core_abstract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlib/dnn/core_abstract.h b/dlib/dnn/core_abstract.h index 2d8a6b985..bc50d6fa4 100644 --- a/dlib/dnn/core_abstract.h +++ b/dlib/dnn/core_abstract.h @@ -379,7 +379,8 @@ namespace dlib ); /*! requires - - forward(x) was called to forward propagate x though the network. + - forward(x) was called to forward propagate x though the network. Moreover, + this was the most recent call to forward(). - 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